See: Description
Class | Description |
---|---|
ArchiveUtils |
Generic Archive utilities
|
BoundedInputStream |
A stream that limits reading from a wrapped stream to a given number of bytes.
|
CharsetNames |
Character encoding names required of every implementation of the Java platform.
|
Charsets |
Charsets required of every implementation of the Java platform.
|
ChecksumVerifyingInputStream |
A stream that verifies the checksum of the data read once the stream is
exhausted.
|
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.
|
IOUtils |
Utility functions
|
Contains utilities used internally by the compress library.
Copyright © 2014 The Apache Software Foundation. All rights reserved.