@Deprecated
public interface OrdContentSource
Modifier and Type | Method and Description |
---|---|
int |
getContentLength()
Deprecated.
Gets the length of the content.
|
java.io.InputStream |
getInputStream()
Deprecated.
Returns an InputStream object.
|
java.lang.String |
getMimeType()
Deprecated.
Gets the MIME type information of the content.
|
void |
release()
Deprecated.
Releases the resources used by the content source.
|
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
int getContentLength() throws java.io.IOException
java.io.IOException
java.lang.String getMimeType()
null
.void release()