Class StatusBarOutputStreamWrapper
java.lang.Object
java.io.OutputStream
com.inductiveautomation.factorypmi.designer.workspace.StatusBarOutputStreamWrapper
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
- 
Constructor SummaryConstructorsConstructorDescriptionStatusBarOutputStreamWrapper(DesignerContext context, OutputStream delegate, String prefix, int totalBytesExpected) 
- 
Method SummaryMethods inherited from class java.io.OutputStreamnullOutputStream, write
- 
Constructor Details- 
StatusBarOutputStreamWrapperpublic StatusBarOutputStreamWrapper(DesignerContext context, OutputStream delegate, String prefix, int totalBytesExpected) 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
 
-