public class ByteInputStream extends InputStream
| Constructor and Description |
|---|
ByteInputStream(byte[] bytes) |
ByteInputStream(byte[] bytes,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic ByteInputStream(byte[] bytes)
public ByteInputStream(byte[] bytes,
int off,
int len)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2017. All rights reserved.