Package com.itextpdf.io.source
package com.itextpdf.io.source
-
ClassDescriptionA RandomAccessSource that is based on an underlying
FileChannel
.A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close().Represents an abstract source that bytes can be read from.OutputStreamOutputStream> Class 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.