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, skip
public FillOrderChangeInputStream(InputStream in)
in
- the underlying input streampublic int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.