Uses of Interface
org.apache.pdfbox.io.RandomAccess
Packages that use RandomAccess
Package
Description
These are the low level objects that make up a PDF document.
This package contains IO streams.
-
Uses of RandomAccess in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccessModifier and TypeFieldDescriptionprivate RandomAccessCOSOutputStream.bufferprivate RandomAccessCOSStream.randomAccess -
Uses of RandomAccess in org.apache.pdfbox.io
Classes in org.apache.pdfbox.io that implement RandomAccessModifier and TypeClassDescriptionclassAn implementation of the RandomAccess interface to store data in memory.(package private) classImplementation ofRandomAccessas sequence of multiple fixed size pages handled byScratchFile.Methods in org.apache.pdfbox.io that return RandomAccessModifier and TypeMethodDescriptionRandomAccessStreamCache.createBuffer()Creates an instance of a buffer implementing the interface org.apache.pdfbox.io.RandomAccess.RandomAccessStreamCacheImpl.createBuffer()Creates an instance of a buffer implementing the interface org.apache.pdfbox.io.RandomAccess.ScratchFile.createBuffer()Creates a new buffer using this page handler.