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 ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic void closeStream()
CharStreamcloseStream in interface CharStreampublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int advance()
advance in interface CharStreamLicenced under the Apache License, Version 2.0