|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.repository.file.FileContentEntity
org.pentaho.reporting.libraries.repository.file.FileContentItem
public class FileContentItem
A content item wrapping a file.
Constructor Summary | |
---|---|
FileContentItem(ContentLocation parent,
File backend)
Creates a new file based content item for the given file and parent location. |
Method Summary | |
---|---|
InputStream |
getInputStream()
Tries to open and return a input stream for reading from the content item. |
String |
getMimeType()
Returns the mime type for the content entity. |
OutputStream |
getOutputStream()
Tries to open and return a output stream for writing into the content item. |
boolean |
isReadable()
Checks, whether the content item is readable. |
boolean |
isWriteable()
Checks, whether the content item is writable. |
Methods inherited from class org.pentaho.reporting.libraries.repository.file.FileContentEntity |
---|
delete, getAttribute, getContentId, getName, getParent, getRepository, setAttribute |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.libraries.repository.ContentEntity |
---|
delete, getAttribute, getContentId, getName, getParent, getRepository, setAttribute |
Constructor Detail |
---|
public FileContentItem(ContentLocation parent, File backend)
parent
- the parent.backend
- the backend.Method Detail |
---|
public String getMimeType() throws ContentIOException
ContentItem
getMimeType
in interface ContentItem
ContentIOException
- if an error occured.public OutputStream getOutputStream() throws ContentIOException, IOException
ContentItem
getOutputStream
in interface ContentItem
ContentIOException
- if an repository related error prevents the creation of the output stream.
IOException
- if an IO error occurs.public InputStream getInputStream() throws ContentIOException, IOException
ContentItem
getInputStream
in interface ContentItem
ContentIOException
- if an repository related error prevents the creation of the input stream.
IOException
- if an IO error occurs.public boolean isReadable()
ContentItem
isReadable
in interface ContentItem
public boolean isWriteable()
ContentItem
isWriteable
in interface ContentItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |