Closeable, AutoCloseable, Readablepublic class FixASCIIControlsReader extends PushbackReader
in| Constructor | Description |
|---|---|
FixASCIIControlsReader(Reader in) |
The look-ahead size is 6 at maximum («)
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
read(char[] cbuf,
int off,
int len) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic FixASCIIControlsReader(Reader in)
in - a ReaderPushbackReader(Reader, int)public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class PushbackReaderIOExceptionReader.read(char[], int, int)Copyright © 2018. All rights reserved.