public abstract class CharStreamReader extends Reader implements CharStream
| Constructor and Description |
|---|
CharStreamReader() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
advance() |
void |
close() |
abstract void |
closeStream()
Close the stream - different name from java.io.Reader.close
|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic abstract int advance()
advance in interface CharStreampublic abstract void closeStream()
CharStreamcloseStream in interface CharStreamLicenced under the Apache License, Version 2.0