Class ProgressMonitorOutputStream
java.lang.Object
java.io.OutputStream
net.thevpc.common.mon.ProgressMonitorOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Created by vpc on 5/14/17.
-
Constructor Summary
ConstructorsConstructorDescriptionProgressMonitorOutputStream(OutputStream target, ProgressMonitor monitor, String messagePrefix) -
Method Summary
Methods inherited from class OutputStream
flush, nullOutputStream
-
Constructor Details
-
ProgressMonitorOutputStream
public ProgressMonitorOutputStream(OutputStream target, ProgressMonitor monitor, String messagePrefix)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-