public class FillOrderChangeInputStream extends FilterInputStream
in| Constructor and Description |
|---|
FillOrderChangeInputStream(InputStream in)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic FillOrderChangeInputStream(InputStream in)
in - the underlying input streampublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.