Closeable
, AutoCloseable
, Readable
public 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, wait
public FixASCIIControlsReader(Reader in)
in
- a ReaderPushbackReader(Reader, int)
public int read(char[] cbuf, int off, int len) throws IOException
read
in class PushbackReader
IOException
Reader.read(char[], int, int)
Copyright © 2018. All rights reserved.