Package org.readium.r2.shared.util.zip.compress.utils
See: Description
-
Interface Summary Interface Description InputStreamStatistics This interface provides statistics on the current decompression stream. ByteConsumer Used to consume bytes. ByteSupplier Used to supply bytes. -
Class Summary Class Description IOUtils Utility functions BoundedInputStream A stream that limits reading from a wrapped stream to a given number of bytes. MultiReadOnlySeekableByteChannel Read-Only Implementation of SeekableByteChannel that concatenates a collection of other SeekableByteChannels. BoundedArchiveInputStream NIO backed bounded input stream for reading a predefined amount of data from. CountingInputStream Input stream that tracks the number of bytes read. BoundedSeekableByteChannelInputStream InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read. InputStreamByteSupplier ByteSupplier based on InputStream. OutputStreamByteConsumer ByteConsumer based on OutputStream. ByteUtils Utility methods for reading and writing bytes. FileNameUtils Generic file name utilities.