public class TestInputStream extends InputStream
| Constructor and Description |
|---|
TestInputStream(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic int read()
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreamCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.