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
java.util.Date getLastModified()
getMimeType
java.lang.String getMimeType()
getSize
long getSize()
getInputStream
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
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 © -2012 . All Rights Reserved.