com.itextpdf.xmp.impl
Class FixASCIIControlsReader
java.lang.Object
java.io.Reader
java.io.FilterReader
java.io.PushbackReader
com.itextpdf.xmp.impl.FixASCIIControlsReader
- All Implemented Interfaces:
- Closeable, Readable
public class FixASCIIControlsReader
- extends PushbackReader
- Since:
- 22.08.2006
Method Summary |
int |
read(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixASCIIControlsReader
public FixASCIIControlsReader(Reader in)
- The look-ahead size is 6 at maximum («)
- Parameters:
in
- a Reader- See Also:
PushbackReader.PushbackReader(Reader, int)
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class PushbackReader
- Throws:
IOException
- See Also:
Reader.read(char[], int, int)
Copyright © 2013. All Rights Reserved.