|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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. |
String |
getFilename()
|
InputStream |
getInputStream()
Note: it is the responsibility of the caller to close the input stream to avoid resource leakage. |
Date |
getLastModified()
|
String |
getMimeType()
|
long |
getSize()
|
| Method Detail |
|---|
Date getLastModified()
String getMimeType()
String getFilename()
long getSize()
InputStream getInputStream()
throws RepositoryException,
IOException
RepositoryException
IOExceptionvoid dispose()
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||