| java.lang.Object java.io.InputStream java.io.ByteArrayInputStream
Field Summary | |
protected byte[] | buf | protected int | count | protected int | mark | protected int | pos |
Method Summary | |
public synchronized int | available() | public synchronized void | mark(int readLimit) | public boolean | markSupported() | public synchronized int | read() | public synchronized int | read(byte[] buffer, int offset, int length) | public synchronized void | reset() | public synchronized long | skip(long num) |
count | protected int count(Code) | | |
ByteArrayInputStream | public ByteArrayInputStream(byte[] buffer)(Code) | | |
ByteArrayInputStream | public ByteArrayInputStream(byte[] buffer, int offset, int length)(Code) | | |
available | public synchronized int available()(Code) | | |
mark | public synchronized void mark(int readLimit)(Code) | | |
markSupported | public boolean markSupported()(Code) | | |
read | public synchronized int read()(Code) | | |
read | public synchronized int read(byte[] buffer, int offset, int length)(Code) | | |
reset | public synchronized void reset()(Code) | | |
skip | public synchronized long skip(long num)(Code) | | |
|
|