Package net.sansa_stack.nio.util
-
Interface Summary Interface Description ReadableByteChannelDecorator SeekableByteChannelDecorator -
Class Summary Class Description InterruptingSeekableByteChannel ReadableByteChannelDecoratorBase<T extends ReadableByteChannel> 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).ReadableByteChannelWithConditionalBound<T extends ReadableByteChannel> Readable byte channel wrapper that before every read checks for an end-of-file (eof) condition.SeekableByteChannelDecoratorBase<T extends SeekableByteChannel>