Uses of Class
org.pentaho.reporting.libraries.repository.stream.WrappedInputStream

Packages that use WrappedInputStream
org.pentaho.reporting.libraries.repository.stream   
 

Uses of WrappedInputStream in org.pentaho.reporting.libraries.repository.stream
 

Methods in org.pentaho.reporting.libraries.repository.stream that return WrappedInputStream
 WrappedInputStream StreamRepository.getInputStream()
          Returns the optional input stream.
 

Constructors in org.pentaho.reporting.libraries.repository.stream with parameters of type WrappedInputStream
StreamContentItem(java.lang.String name, ContentLocation parent, WrappedInputStream inputStream, WrappedOutputStream outputStream)
          Creates a new stream-content item.