public class TestInputStream extends InputStream
| Constructor and Description |
|---|
TestInputStream(byte[] bytes,
int readFailureIndex) |
TestInputStream(Stream<byte[]> bytes,
long readFailureIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic TestInputStream(byte[] bytes,
int readFailureIndex)
public TestInputStream(Stream<byte[]> bytes, long readFailureIndex)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.