Package com.itextpdf.text.io
package com.itextpdf.text.io
-
ClassDescriptionA RandomAccessSource that is based on an underlying byte arrayA RandomAccessSource that is based on an underlying
ByteBuffer
.A RandomAccessSource that is based on an underlyingFileChannel
.A RandomAccessSource that is based on a set of underlying sources, treating the sources as if they were a contiguous block of data.Used to track each source, along with useful meta dataA RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().A RandomAccessSource that represents a memory mapped section of an underlying FileChannel.A RandomAccessSource that is based on an underlyingFileChannel
.A RandomAccessSource that uses aRandomAccessFile
as it's source Note: Unlike most of the RandomAccessSource implementations, this class is not thread safeRepresents an abstract source that bytes can be read from.Factory to createRandomAccessSource
objects based on various types of sourcesAn input stream that uses a RandomAccessSource as it's underlying sourceUtility class with commonly used stream operationsA RandomAccessSource that wraps another RandomAccessSouce and provides a window of it at a specific offset and over a specific length.