org.outerj.daisy.publisher
Interface BlobInfo
- public interface BlobInfo
Method Summary |
void |
dispose()
This method MUST be called by the user of the BlobInfo object when it doesn't need it any
longer, in order to avoid resource leakage. |
java.io.InputStream |
getInputStream()
Note: it is the responsibility of the caller to close the input stream to avoid resource leakage. |
java.util.Date |
getLastModified()
|
java.lang.String |
getMimeType()
|
long |
getSize()
|
getLastModified
public java.util.Date getLastModified()
getMimeType
public java.lang.String getMimeType()
getSize
public long getSize()
getInputStream
public java.io.InputStream getInputStream()
throws org.outerj.daisy.repository.RepositoryException,
java.io.IOException
- Note: it is the responsibility of the caller to close the input stream to avoid resource leakage.
- Throws:
org.outerj.daisy.repository.RepositoryException
java.io.IOException
dispose
public void dispose()
- This method MUST be called by the user of the BlobInfo object when it doesn't need it any
longer, in order to avoid resource leakage.
Copyright © -2005 . All Rights Reserved.