See: Description
| Interface | Description | 
|---|---|
| ByteUtils.ByteConsumer | Used to consume bytes. | 
| ByteUtils.ByteSupplier | Used to supply bytes. | 
| InputStreamStatistics | This interface provides statistics on the current decompression stream. | 
| Class | Description | 
|---|---|
| ArchiveUtils | Generic Archive utilities | 
| BitInputStream | Reads bits from an InputStream. | 
| BoundedInputStream | A stream that limits reading from a wrapped stream to a given number of bytes. | 
| ByteUtils | Utility methods for reading and writing bytes. | 
| ByteUtils.InputStreamByteSupplier | ByteUtils.ByteSupplierbased onInputStream. | 
| ByteUtils.OutputStreamByteConsumer | ByteUtils.ByteConsumerbased onOutputStream. | 
| CharsetNames | Character encoding names required of every implementation of the Java platform. | 
| Charsets | Charsets required of every implementation of the Java platform. | 
| ChecksumCalculatingInputStream | A stream that calculates the checksum of the data read. | 
| ChecksumVerifyingInputStream | A stream that verifies the checksum of the data read once the stream is
 exhausted. | 
| CloseShieldFilterInputStream | Re-implements  FilterInputStream.close()to do nothing. | 
| CountingInputStream | Stream that tracks the number of bytes read. | 
| CountingOutputStream | Stream that tracks the number of bytes read. | 
| CRC32VerifyingInputStream | A stream that verifies the CRC of the data read once the stream is
 exhausted. | 
| FixedLengthBlockOutputStream | This class supports writing to an Outputstream or WritableByteChannel in fixed length blocks. | 
| FlushShieldFilterOutputStream | Re-implements  FilterOutputStream.flush()to do nothing. | 
| IOUtils | Utility functions | 
| Iterators | Iterator utilities. | 
| Lists | List utilities | 
| SeekableInMemoryByteChannel | A  SeekableByteChannelimplementation that wraps a byte[]. | 
| ServiceLoaderIterator<E> | Iterates all services for a given class through the standard
  ServiceLoadermechanism. | 
| Sets | Set utilities | 
| SkipShieldingInputStream | A wrapper that overwrites  SkipShieldingInputStream.skip(long)and delegates toFilterInputStream.read()instead. | 
Contains utilities used internally by the compress library.
Copyright © 2018 The Apache Software Foundation. All rights reserved.