public class StepInputStreamWrapper
extends java.io.FilterInputStream
| Constructor and Description |
|---|
StepInputStreamWrapper(LaunchStep step,
byte[] bytes) |
StepInputStreamWrapper(LaunchStep step,
java.io.File file) |
StepInputStreamWrapper(LaunchStep step,
java.io.InputStream in,
int totalLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public StepInputStreamWrapper(LaunchStep step, byte[] bytes) throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic StepInputStreamWrapper(LaunchStep step, java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic StepInputStreamWrapper(LaunchStep step, java.io.InputStream in, int totalLength)