Namespace iText.IO.Source
Classes
- IndependentRandomAccessSource
A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close().
- RASInputStream
An input stream that uses a
as its underlying source.
- RandomAccessFileOrArray
Class that is used to unify reading from random access files and arrays.
- RandomAccessSourceFactory
Factory to create
objects based on various types of sources
- WindowRandomAccessSource
A RandomAccessSource that wraps another RandomAccessSource and provides a window of it at a specific offset and over a specific length.
Interfaces
- IRandomAccessSource
Represents an abstract source that bytes can be read from.