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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-