Uses of Interface
net.thevpc.common.io.InputStreamMonitor
-
Uses of InputStreamMonitor in net.thevpc.common.io
Methods in net.thevpc.common.io with parameters of type InputStreamMonitorModifier and TypeMethodDescriptionstatic InputStreamIOUtils.monitor(InputStream from, Object source, String sourceName, long length, InputStreamMonitor monitor) static InputStreamIOUtils.monitor(URL from, InputStreamMonitor monitor) Constructors in net.thevpc.common.io with parameters of type InputStreamMonitorModifierConstructorDescriptionMonitoredInputStream(InputStream base, Object source, String sourceName, long length, InputStreamMonitor monitor)