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
- Since:
- 22.08.2006
-
Field Summary
Fields inherited from class java.io.FilterReader
in -
Constructor Summary
ConstructorsConstructorDescriptionThe look-ahead size is 6 at maximum («) -
Method Summary
Methods inherited from class java.io.PushbackReader
close, mark, markSupported, read, ready, reset, skip, unread, unread, unreadMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
FixASCIIControlsReader
The look-ahead size is 6 at maximum («)- Parameters:
in- a Reader- See Also:
-
-
Method Details
-
read
- Overrides:
readin classPushbackReader- Throws:
IOException- See Also:
-