Class StreamCompressor.SeekableByteChannelCompressor
java.lang.Object
org.apache.commons.compress.archivers.zip.StreamCompressor
org.apache.commons.compress.archivers.zip.StreamCompressor.SeekableByteChannelCompressor
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- StreamCompressor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSeekableByteChannelCompressor
(Deflater deflater, SeekableByteChannel channel) -
Method Summary
Methods inherited from class org.apache.commons.compress.archivers.zip.StreamCompressor
close, create, create, create, create, create, create, deflate, deflate, flushDeflater, getBytesRead, getBytesWrittenForLastEntry, getCrc32, getTotalBytesWritten, reset, write, writeCounted, writeCounted
-
Field Details
-
channel
-
-
Constructor Details
-
SeekableByteChannelCompressor
-
-
Method Details
-
writeOut
- Specified by:
writeOut
in classStreamCompressor
- Throws:
IOException
-