iText 8.0.2 API
iText.Kernel.XMP.Impl.FixASCIIControlsReader Class Reference

22.08.2006 More...

Inheritance diagram for iText.Kernel.XMP.Impl.FixASCIIControlsReader:
iText.Commons.Utils.PushbackReader iText.Commons.Utils.FilterReader

Public Member Functions

  FixASCIIControlsReader (TextReader input)
  The look-ahead size is 6 at maximum («) More...
 
override int  Read (char[] cbuf, int off, int len)
 
See also
System.IO.TextReader.Read(char[], int, int)

 
- Public Member Functions inherited from iText.Commons.Utils.PushbackReader
  PushbackReader (TextReader inp, int size)
  Creates a new pushback reader with a pushback buffer of the given size. More...
 
  PushbackReader (TextReader inp)
  Creates a new pushback reader with a one-character pushback buffer. More...
 
override int  Read ()
  Reads a single character. More...
 
override int  Read (char[] cbuf, int off, int len)
  Reads characters into a portion of an array. More...
 
virtual void  Unread (int c)
  Pushes back a single character by copying it to the front of the pushback buffer. After this method returns, the next character to be read will have the value More...
 
virtual void  Unread (char[] cbuf, int off, int len)
  Pushes back a portion of an array of characters by copying it to the front of the pushback buffer. After this method returns, the next character to be read will have the value More...
 
virtual void  Unread (char[] cbuf)
  Pushes back an array of characters by copying it to the front of the pushback buffer. After this method returns, the next character to be read will have the value More...
 
- Public Member Functions inherited from iText.Commons.Utils.FilterReader
override int  Read ()
  Reads a single character. More...
 
override int  Read (char[] cbuf, int off, int len)
  Reads characters into a portion of an array. More...
 

Additional Inherited Members

- Protected Member Functions inherited from iText.Commons.Utils.PushbackReader
override void  Dispose (bool disposing)
  Closes the stream and releases any system resources associated with it. Once the stream has been closed, further read(), unread(), ready(), or skip() invocations will throw an IOException. Closing a previously closed stream has no effect. More...
 
- Protected Member Functions inherited from iText.Commons.Utils.FilterReader
  FilterReader (TextReader inp)
 
override void  Dispose (bool disposing)
 
- Protected Attributes inherited from iText.Commons.Utils.FilterReader
TextReader  inp
 

Detailed Description

22.08.2006

Constructor & Destructor Documentation

◆ FixASCIIControlsReader()

iText.Kernel.XMP.Impl.FixASCIIControlsReader.FixASCIIControlsReader ( TextReader  input )
inline

The look-ahead size is 6 at maximum («)

See also
iText.Commons.Utils.PushbackReader.PushbackReader(System.IO.TextReader, int)
Parameters
input a Reader