com.itextpdf.xmp.impl
Class FixASCIIControlsReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.FilterReader
          extended by java.io.PushbackReader
              extended by com.itextpdf.xmp.impl.FixASCIIControlsReader
All Implemented Interfaces:
Closeable, Readable

public class FixASCIIControlsReader
extends PushbackReader

Since:
22.08.2006

Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FixASCIIControlsReader(Reader in)
          The look-ahead size is 6 at maximum («)
 
Method Summary
 int read(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
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixASCIIControlsReader

public FixASCIIControlsReader(Reader in)
The look-ahead size is 6 at maximum («)

Parameters:
in - a Reader
See Also:
PushbackReader.PushbackReader(Reader, int)
Method Detail

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.