Package org.pentaho.commons.connection
Interface IPentahoStreamSource
-
- All Known Implementing Classes:
ActivationHelper.DatasourceWrapper,SimpleStreamSource
public interface IPentahoStreamSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()InputStreamgetInputStream()StringgetName()OutputStreamgetOutputStream()
-
-
-
Method Detail
-
getContentType
String getContentType()
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
getName
String getName()
-
getOutputStream
OutputStream getOutputStream() throws IOException
- Throws:
IOException
-
-