Uses of Interface
org.apache.pdfbox.io.RandomAccessRead
Packages that use RandomAccessRead
Package
Description
This package contains IO streams.
The pdfparser package contains classes to parse PDF documents and objects within the document.
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
The digital signature library will manage signatures that are stored in the PDF document.
-
Uses of RandomAccessRead in org.apache.pdfbox.io
Subinterfaces of RandomAccessRead in org.apache.pdfbox.ioModifier and TypeInterfaceDescriptioninterface
An interface to allow data to be stored completely in memory or to use a scratch file on the disk.Classes in org.apache.pdfbox.io that implement RandomAccessReadModifier and TypeClassDescriptionclass
An implementation of the RandomAccess interface to store data in memory.class
ProvidesInputStream
access to portions of a file combined with buffered reading of content.class
A RandomAccess implementation which allows data to be stored in a scratch file on the disk to reduce memory consumption.(package private) class
Implementation ofRandomAccess
as sequence of multiple fixed size pages handled byScratchFile
.Fields in org.apache.pdfbox.io declared as RandomAccessReadConstructors in org.apache.pdfbox.io with parameters of type RandomAccessReadModifierConstructorDescriptionRandomAccessInputStream
(RandomAccessRead randomAccessRead) Creates a new RandomAccessInputStream, with a position of zero. -
Uses of RandomAccessRead in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as RandomAccessReadModifier and TypeFieldDescriptionprivate final RandomAccessRead
RandomAccessSource.reader
protected final RandomAccessRead
COSParser.source
Constructors in org.apache.pdfbox.pdfparser with parameters of type RandomAccessReadModifierConstructorDescriptionCOSParser
(RandomAccessRead source) Default constructor.COSParser
(RandomAccessRead source, String password, InputStream keyStore, String keyAlias) Constructor for encrypted pdfs.PDFParser
(RandomAccessRead source) Constructor.PDFParser
(RandomAccessRead source, String decryptionPassword) Constructor.PDFParser
(RandomAccessRead source, String decryptionPassword, InputStream keyStore, String alias) Constructor.PDFParser
(RandomAccessRead source, String decryptionPassword, InputStream keyStore, String alias, ScratchFile scratchFile) Constructor.PDFParser
(RandomAccessRead source, String decryptionPassword, ScratchFile scratchFile) Constructor.PDFParser
(RandomAccessRead source, ScratchFile scratchFile) Constructor.(package private)
RandomAccessSource
(RandomAccessRead reader) Constructor. -
Uses of RandomAccessRead in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as RandomAccessReadConstructors in org.apache.pdfbox.pdfwriter with parameters of type RandomAccessReadModifierConstructorDescriptionCOSWriter
(OutputStream outputStream, RandomAccessRead inputData) COSWriter constructor for incremental updates.COSWriter
(OutputStream outputStream, RandomAccessRead inputData, Set<COSDictionary> objectsToWrite) Constructor for incremental updates with a list of objects to write. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as RandomAccessReadConstructors in org.apache.pdfbox.pdmodel with parameters of type RandomAccessReadModifierConstructorDescriptionPDDocument
(COSDocument doc, RandomAccessRead source) Constructor that uses an existing document.PDDocument
(COSDocument doc, RandomAccessRead source, AccessPermission permission) Constructor that uses an existing document. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature declared as RandomAccessReadMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type RandomAccessReadModifier and TypeMethodDescriptionprivate void
SignatureOptions.initFromRandomAccessRead
(RandomAccessRead rar)