public final class InStreamASCII extends Reader implements CharStream
| Constructor and Description |
|---|
InStreamASCII(InputStream in) |
InStreamASCII(InputStreamBuffered in) |
| Modifier and Type | Method and Description |
|---|---|
int |
advance() |
void |
close() |
void |
closeStream()
Close the stream - different name from java.io.Reader.close
|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
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 advance()
advance in interface CharStreamLicenced under the Apache License, Version 2.0