public final class InStreamASCII extends Reader implements CharStream
Constructor and Description |
---|
InStreamASCII(InputStream in) |
InStreamASCII(InputStreamBuffered in) |
public InStreamASCII(InputStream in)
public InStreamASCII(InputStreamBuffered in)
public boolean ready() throws IOException
ready
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public void closeStream()
CharStream
closeStream
in interface CharStream
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public int read() throws IOException
read
in class Reader
IOException
public int advance()
advance
in interface CharStream
Licenced under the Apache License, Version 2.0