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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStream
getWrappedOutputStream()
-
-
-
Method Detail
-
getWrappedOutputStream
OutputStream getWrappedOutputStream()
- Returns:
- the underlying input stream wrapped by this class.
-
-