Package com.itextpdf.text.io
-
Interface Summary Interface Description RandomAccessSource Represents an abstract source that bytes can be read from. -
Class Summary Class Description FileChannelRandomAccessSource A RandomAccessSource that is based on an underlyingFileChannel
.GetBufferedRandomAccessSource IndependentRandomAccessSource A RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().RandomAccessSourceFactory Factory to createRandomAccessSource
objects based on various types of sourcesRASInputStream An input stream that uses a RandomAccessSource as it's underlying sourceStreamUtil Utility class with commonly used stream operationsTempFileCache WindowRandomAccessSource A RandomAccessSource that wraps another RandomAccessSouce and provides a window of it at a specific offset and over a specific length. -
Exception Summary Exception Description MapFailedException