Uses of Interface
net.sansa_stack.nio.util.ReadableByteChannelDecorator
-
Packages that use ReadableByteChannelDecorator Package Description net.sansa_stack.nio.util -
-
Uses of ReadableByteChannelDecorator in net.sansa_stack.nio.util
Classes in net.sansa_stack.nio.util that implement ReadableByteChannelDecorator Modifier and Type Class Description class
ReadableByteChannelDecoratorBase<T extends ReadableByteChannel>
class
ReadableByteChannelWithConditionalBound<T extends ReadableByteChannel>
Readable byte channel wrapper that before every read checks for an end-of-file (eof) condition.
-