Uses of Interface
org.apache.pdfbox.io.RandomAccessWrite
-
Packages that use RandomAccessWrite Package Description org.apache.pdfbox.io This package contains IO streams. -
-
Uses of RandomAccessWrite in org.apache.pdfbox.io
Subinterfaces of RandomAccessWrite in org.apache.pdfbox.io Modifier and Type Interface Description interfaceRandomAccessAn 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 RandomAccessWrite Modifier and Type Class Description classRandomAccessReadWriteBufferAn implementation of the RandomAccess interface to store data in memory.(package private) classScratchFileBufferImplementation ofRandomAccessas sequence of multiple fixed size pages handled byScratchFile.Fields in org.apache.pdfbox.io declared as RandomAccessWrite Modifier and Type Field Description private RandomAccessWriteRandomAccessOutputStream. writerConstructors in org.apache.pdfbox.io with parameters of type RandomAccessWrite Constructor Description RandomAccessOutputStream(RandomAccessWrite writer)Constructor to create a new output stream which writes to the given RandomAccessWrite.
-