Package-level declarations

Types

Link copied to clipboard
NIO backed bounded input stream for reading a predefined amount of data from.
Link copied to clipboard
A stream that limits reading from a wrapped stream to a given number of bytes.
Link copied to clipboard
InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.
Link copied to clipboard
class ByteUtils
Utility methods for reading and writing bytes.
Link copied to clipboard
Input stream that tracks the number of bytes read.
Link copied to clipboard
open class FileNameUtils
Generic file name utilities.
Link copied to clipboard
This interface provides statistics on the current decompression stream.
Link copied to clipboard
class IOUtils
Utility functions
Link copied to clipboard
Read-Only Implementation of SeekableByteChannel that concatenates a collection of other SeekableByteChannels.