java.io
Class ByteArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
public class ByteArrayInputStream
- extends InputStream
Field Summary |
protected byte[] |
buf
|
protected int |
count
|
protected int |
mark
|
protected int |
pos
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
protected byte[] buf
count
protected int count
mark
protected int mark
pos
protected int pos
ByteArrayInputStream
public ByteArrayInputStream(byte[] var0)
ByteArrayInputStream
public ByteArrayInputStream(byte[] var0,
int var1,
int var2)
available
public int available()
- Overrides:
available
in class InputStream
read
public int read()
- Specified by:
read
in class InputStream
read
public int read(byte[] var0,
int var1,
int var2)
- Overrides:
read
in class InputStream
reset
public void reset()
- Overrides:
reset
in class InputStream
skip
public long skip(long var0)
- Overrides:
skip
in class InputStream