Uses of Class
net.sansa_stack.nio.util.ReadableByteChannelWithConditionalBound
-
Packages that use ReadableByteChannelWithConditionalBound Package Description net.sansa_stack.nio.util -
-
Uses of ReadableByteChannelWithConditionalBound in net.sansa_stack.nio.util
Fields in net.sansa_stack.nio.util with type parameters of type ReadableByteChannelWithConditionalBound Modifier and Type Field Description protected Predicate<? super ReadableByteChannelWithConditionalBound<T>>
ReadableByteChannelWithConditionalBound. testForEof
Constructor parameters in net.sansa_stack.nio.util with type arguments of type ReadableByteChannelWithConditionalBound Constructor Description ReadableByteChannelWithConditionalBound(T delegate, Predicate<? super ReadableByteChannelWithConditionalBound<T>> testForEof)
-