Klasse java.io.ByteArrayInputStream | 1.0 |
java.lang.Object | +--java.io.InputStream | +--java.io.ByteArrayInputStream
Datenelemente | |
---|---|
protected byte[] | buf |
protected int | pos |
protected int | mark ![]() |
protected int | count |
Konstruktoren | |
---|---|
public | ByteArrayInputStream(byte[] buf) |
public | ByteArrayInputStream(byte[] buf, int offset, int length) |
Methoden | |
---|---|
public synchronized int | available() |
public void | close() |
public void | mark(int markpos) ![]() |
public boolean | markSupported() ![]() |
public synchronized int | read() |
public synchronized int | read(byte[] b, int off, int len) |
public synchronized void | reset() |
public synchronized long | skip(long n) |