Uses of Interface
org.apache.pdfbox.io.RandomAccessRead
Packages that use RandomAccessRead
-
Uses of RandomAccessRead in org.apache.pdfbox.io
Subinterfaces of RandomAccessRead in org.apache.pdfbox.ioModifier and TypeInterfaceDescriptioninterface
An interface to allow PDF files 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 a pdf in memory.class
ProvidesInputStream
access to portions of a file combined with buffered reading of content.class
An interface to allow temp PDF data to be stored in a scratch file on the disk to reduce memory consumption.