org.jets3t.service.io
Interface OutputStreamWrapper

All Known Implementing Classes:
GZipInflatingOutputStream, ProgressMonitoredOutputStream

public interface OutputStreamWrapper

Interface used by output streams that wrap other output streams, so that the underlying output stream can be retrieved.


Method Summary
 java.io.OutputStream getWrappedOutputStream()
           
 

Method Detail

getWrappedOutputStream

java.io.OutputStream getWrappedOutputStream()
Returns:
the underlying input stream wrapped by this class.