Class StatusBarOutputStreamWrapper
java.lang.Object
java.io.OutputStream
com.inductiveautomation.factorypmi.designer.workspace.StatusBarOutputStreamWrapper
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionStatusBarOutputStreamWrapper(DesignerContext context, OutputStream delegate, String prefix, int totalBytesExpected) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
StatusBarOutputStreamWrapper
public StatusBarOutputStreamWrapper(DesignerContext context, OutputStream delegate, String prefix, int totalBytesExpected)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-