@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.IOExceptionint getContentLength()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getMimeType()
null.void release()