iText 7 7.1.8 API
iText.IO.Source Namespace Reference

Classes

class   ArrayRandomAccessSource
  A RandomAccessSource that is based on an underlying byte array
 
class   ByteArrayOutputStream
 
class   ByteBuffer
 
class   ByteUtils
 
class   DeflaterOutputStream
 
class   GetBufferedRandomAccessSource
 
class   GroupedRandomAccessSource
  A RandomAccessSource that is based on a set of underlying sources, treating the sources as if they were a contiguous block of data.
 
class   IndependentRandomAccessSource
  A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close(). More...
 
interface   IRandomAccessSource
  Represents an abstract source that bytes can be read from. More...
 
class   OutputStream
 
class   PdfTokenizer
 
class   RAFRandomAccessSource
  A RandomAccessSource that uses a System.IO.FileStream as it's source Note: Unlike most of the RandomAccessSource implementations, this class is not thread safe
 
class   RandomAccessFileOrArray
  Class that is used to unify reading from random access files and arrays. More...
 
class   RandomAccessSourceFactory
  Factory to create RandomAccessSource objects based on various types of sources More...
 
class   RASInputStream
  An input stream that uses a RandomAccessSource as its underlying source. More...
 
class   ThreadSafeRandomAccessSource
 
class   WindowRandomAccessSource
  A RandomAccessSource that wraps another RandomAccessSource and provides a window of it at a specific offset and over a specific length. More...