Uses of Package
net.sansa_stack.nio.util
-
Packages that use net.sansa_stack.nio.util Package Description net.sansa_stack.hadoop.util net.sansa_stack.nio.util -
Classes in net.sansa_stack.nio.util used by net.sansa_stack.hadoop.util Class Description ReadableByteChannelFromInputStream A replacement for Channels.newChannel with the following changes for interoperability with hadoop and our GenericRecordReader: - Does not close the underlying stream on interrupt - This implementation's read method just delegates to the input stream (without additional buffering / repeated reads). -
Classes in net.sansa_stack.nio.util used by net.sansa_stack.nio.util Class Description ReadableByteChannelDecorator ReadableByteChannelDecoratorBase ReadableByteChannelWithConditionalBound Readable byte channel wrapper that before every read checks for an end-of-file (eof) condition.SeekableByteChannelDecorator SeekableByteChannelDecoratorBase