Uses of Interface
org.apache.pdfbox.io.RandomAccessWrite
Packages that use RandomAccessWrite
-
Uses of RandomAccessWrite in org.apache.pdfbox.io
Subinterfaces of RandomAccessWrite 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 RandomAccessWriteModifier and TypeClassDescriptionclass
An implementation of the RandomAccess interface to store data in memory.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 RandomAccessWriteConstructors in org.apache.pdfbox.io with parameters of type RandomAccessWriteModifierConstructorDescriptionConstructor to create a new output stream which writes to the given RandomAccessWrite.