Package com.itextpdf.io.source
package com.itextpdf.io.source
-
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 RandomAccessSource but does not propagate close().Represents an abstract source that bytes can be read from.A RandomAccessSource that represents a memory mapped section of an underlying FileChannel.OutputStream<T extends OutputStream>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 safeClass that is used to unify reading from random access files and arrays.Factory to createIRandomAccessSource
objects based on various types of sourcesAn input stream that uses aIRandomAccessSource
as its underlying source.A RandomAccessSource that wraps another RandomAccessSource and provides a window of it at a specific offset and over a specific length.