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 Summary
Fields inherited from class java.io.FilterInputStream
in - 
Constructor Summary
ConstructorsConstructorDescriptionStepInputStreamWrapper(LaunchStep step, byte[] bytes) StepInputStreamWrapper(LaunchStep step, File file) StepInputStreamWrapper(LaunchStep step, InputStream in, int totalLength)  - 
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo 
- 
Constructor Details
- 
StepInputStreamWrapper
- Throws:
 FileNotFoundException
 - 
StepInputStreamWrapper
- Throws:
 FileNotFoundException
 - 
StepInputStreamWrapper
 
 - 
 - 
Method Details
- 
read
- Overrides:
 readin classFilterInputStream- Throws:
 IOException
 - 
read
- Overrides:
 readin classFilterInputStream- Throws:
 IOException
 
 -