Package org.verapdf.xmp.impl
Class FixASCIIControlsReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- java.io.PushbackReader
-
- org.verapdf.xmp.impl.FixASCIIControlsReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
public class FixASCIIControlsReader extends PushbackReader
- Since:
- 22.08.2006
-
-
Field Summary
-
Fields inherited from class java.io.FilterReader
in
-
-
Constructor Summary
Constructors Constructor Description FixASCIIControlsReader(Reader in)The look-ahead size is 6 at maximum («)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread(char[] cbuf, int off, int len)-
Methods inherited from class java.io.PushbackReader
close, mark, markSupported, read, ready, reset, skip, unread, unread, unread
-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Constructor Detail
-
FixASCIIControlsReader
public FixASCIIControlsReader(Reader in)
The look-ahead size is 6 at maximum («)- Parameters:
in- a Reader- See Also:
PushbackReader(Reader, int)
-
-
Method Detail
-
read
public int read(char[] cbuf, int off, int len) throws IOException- Overrides:
readin classPushbackReader- Throws:
IOException- See Also:
Reader.read(char[], int, int)
-
-