Class StepInputStreamWrapper
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.inductiveautomation.ignition.client.launch.steps.StepInputStreamWrapper
- All Implemented Interfaces:
- Closeable,- AutoCloseable
A FilterInputStream that updates the launch step's progress automatically
- 
Field SummaryFields inherited from class java.io.FilterInputStreamin
- 
Constructor SummaryConstructorsConstructorDescriptionStepInputStreamWrapper(LaunchStep step, byte[] bytes) StepInputStreamWrapper(LaunchStep step, File file) StepInputStreamWrapper(LaunchStep step, InputStream in, int totalLength) 
- 
Method SummaryMethods inherited from class java.io.FilterInputStreamavailable, close, mark, markSupported, read, reset, skipMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Constructor Details- 
StepInputStreamWrapper- Throws:
- FileNotFoundException
 
- 
StepInputStreamWrapper- Throws:
- FileNotFoundException
 
- 
StepInputStreamWrapper
 
- 
- 
Method Details- 
read- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
 
-