All Classes and Interfaces

Class
Description
 
Binary search implementation that finds lines matching a prefix in a 'block' source such as a bzip2 compressed file.
Binary search over an non-encoded SeekableInputStreams.
 
 
 
 
 
 
 
 
 
 
 
 
 
FIXME This class should be removed because it is superseded by BufferOverReadableChannel in aksw-commons-io! Implementation of a byte array that caches data in buckets from an InputStream.
 
This class provides output and input streams for bzip2 compression and decompression.
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
A state machine to keep track of current state of the de-coder
 
 
position: byte or block offset displacement: position in block; when not dealing with blocks it is always 0 data: The header data isDataConsumed: true if there is no more data beyond what is in the 'data' array
 
 
 
This variant assumes that the underlying encoded stream runs in BLOCK_MODE.
 
 
 
 
 
Combines Hadoop's Seekable and InputStream into one class.