Uses of Class
org.aksw.commons.io.input.ChannelMonitor2
Packages that use ChannelMonitor2
-
Uses of ChannelMonitor2 in org.aksw.commons.io.input
Fields in org.aksw.commons.io.input declared as ChannelMonitor2Modifier and TypeFieldDescriptionprotected ChannelMonitor2SeekableReadableSourceWithMonitor.channelMonitorprotected ChannelMonitor2SeekableReadableChannelWithMonitor.monitorMethods in org.aksw.commons.io.input that return ChannelMonitor2Constructors in org.aksw.commons.io.input with parameters of type ChannelMonitor2ModifierConstructorDescriptionSeekableReadableChannelWithMonitor(X delegate, ChannelMonitor2 monitor) SeekableReadableSourceWithMonitor(X delegate, ChannelMonitor2 channelMonitor)