Uses of Interface
org.apache.pdfbox.io.RandomAccess
-
Packages that use RandomAccess Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.io This package contains IO streams. -
-
Uses of RandomAccess in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccess Modifier and Type Field Description private RandomAccessCOSOutputStream. bufferprivate RandomAccessCOSStream. randomAccess -
Uses of RandomAccess in org.apache.pdfbox.io
Classes in org.apache.pdfbox.io that implement RandomAccess 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.Methods in org.apache.pdfbox.io that return RandomAccess Modifier and Type Method Description RandomAccessRandomAccessStreamCache. createBuffer()Creates an instance of a buffer implementing the interface org.apache.pdfbox.io.RandomAccess.RandomAccessRandomAccessStreamCacheImpl. createBuffer()Creates an instance of a buffer implementing the interface org.apache.pdfbox.io.RandomAccess.RandomAccessScratchFile. createBuffer()Creates a new buffer using this page handler.
-