Klasse java.io.PushbackInputStream | 1.0 |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream | +--java.io.PushbackInputStream
Datenelemente | |
---|---|
protected byte[] | buf ![]() |
protected int | pos ![]() |
Konstruktoren | |
---|---|
public | PushbackInputStream(InputStream in) |
public | PushbackInputStream(InputStream in, int size) ![]() |
Methoden | |
---|---|
public int | available() |
public void | close() |
public boolean | markSupported() |
public int | read() |
public int | read(byte[] b, int off, int len) |
public void | unread(int b) |
public void | unread(byte[] b) ![]() |
public void | unread(byte[] b, int off, int len) ![]() |