Package 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.
- Author:
- James Murty
-
Method Summary
-
Method Details
-
getWrappedOutputStream
OutputStream getWrappedOutputStream()- Returns:
- the underlying input stream wrapped by this class.
-