public class DecodingInputStream extends FilterInputStream
in
Constructor and Description |
---|
DecodingInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
readInt(int min) |
int |
readInt(int min,
int max) |
String |
readString() |
available, close, mark, markSupported, read, read, read, reset, skip
public DecodingInputStream(InputStream in)
public int readInt(int min) throws IOException
IOException
public int readInt(int min, int max) throws IOException
IOException
public String readString() throws IOException
IOException
see also the complete user documentation .