Uses of Class
org.aksw.commons.io.input.ReadableChannelWithCounter
Packages that use ReadableChannelWithCounter
-
Uses of ReadableChannelWithCounter in org.aksw.commons.io.input
Subclasses of ReadableChannelWithCounter in org.aksw.commons.io.inputModifier and TypeClassDescriptionclassReadableChannelWithConditionalBound<A,X extends ReadableChannel<A>> Readable channel wrapper that before every read checks for an end-of-file (eof) condition.Methods in org.aksw.commons.io.input that return ReadableChannelWithCounterModifier and TypeMethodDescriptionstatic <A,X extends ReadableChannel<A>>
ReadableChannelWithCounter<A,X> ReadableChannels.withCounter(X decoratee)