org.pentaho.reporting.libraries.repository.file
public class FileContentItem extends FileContentEntity implements ContentItem
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() |
String | getMimeType() |
OutputStream | getOutputStream() |
boolean | isReadable() |
boolean | isWriteable() |
Parameters: parent the parent. backend the backend.