public class ByteArrayInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
protected int |
count |
protected int |
mark |
protected int |
pos |
| Constructor and Description |
|---|
ByteArrayInputStream(byte[] var0) |
ByteArrayInputStream(byte[] var0,
int var1,
int var2) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] var0,
int var1,
int var2) |
void |
reset() |
long |
skip(long var0) |
close, mark, markSupported, readprotected byte[] buf
protected int count
protected int mark
protected int pos
public ByteArrayInputStream(byte[] var0)
public ByteArrayInputStream(byte[] var0,
int var1,
int var2)
public int available()
available in class InputStreampublic int read()
read in class InputStreampublic int read(byte[] var0,
int var1,
int var2)
read in class InputStreampublic void reset()
reset in class InputStreampublic long skip(long var0)
skip in class InputStream