org.pentaho.platform.repository.content
Class ContentItem.FilePentahoStreamSource

java.lang.Object
  extended by org.pentaho.platform.repository.content.ContentItem.FilePentahoStreamSource
Enclosing class:
ContentItem

public static final class ContentItem.FilePentahoStreamSource
extends Object


Constructor Summary
ContentItem.FilePentahoStreamSource(String fp)
           
 
Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentItem.FilePentahoStreamSource

public ContentItem.FilePentahoStreamSource(String fp)
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getName

public String getName()

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

getContentType

public String getContentType()