public class JavaDecoder extends PushbackReader
Modifier and Type | Field and Description |
---|---|
protected boolean |
ascii |
in
Constructor and Description |
---|
JavaDecoder(Reader in) |
JavaDecoder(Reader in,
boolean ascii) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
int |
read() |
public JavaDecoder(Reader in)
public JavaDecoder(Reader in, boolean ascii)
public int read() throws IOException
read
in class PushbackReader
IOException
public static void main(String[] args) throws IOException
IOException
see also the complete user documentation .