Uses of Interface
net.sansa_stack.hadoop.util.SeekableDecorator
-
Packages that use SeekableDecorator Package Description net.sansa_stack.hadoop.util -
-
Uses of SeekableDecorator in net.sansa_stack.hadoop.util
Classes in net.sansa_stack.hadoop.util that implement SeekableDecorator Modifier and Type Class Description class
DeferredSeekablePushbackInputStream
A wrapper for hadoop input streams created from codecs in ReadMode.BY_BLOCK: Defers reading by one byte such that position changes are advertised on the byte BEFORE the block boundary rather than on the byte AFTER it.class
SeekableInputStream
A basic wrapper that combines Hadoop's Seekable and InputStream into one class.class
SeekablePushbackInputStream
-