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.ByteSupplier based on InputStream . |
ByteUtils.OutputStreamByteConsumer |
ByteUtils.ByteConsumer based on OutputStream . |
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
SeekableByteChannel implementation that wraps a byte[]. |
ServiceLoaderIterator<E> |
Iterates all services for a given class through the standard
ServiceLoader mechanism. |
Sets |
Set utilities
|
SkipShieldingInputStream |
A wrapper that overwrites
SkipShieldingInputStream.skip(long) and delegates to FilterInputStream.read() instead. |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"