Uses of Interface
org.apache.pdfbox.io.SequentialRead
-
Packages that use SequentialRead Package Description org.apache.pdfbox.io This package contains IO streams. -
-
Uses of SequentialRead in org.apache.pdfbox.io
Subinterfaces of SequentialRead in org.apache.pdfbox.io Modifier and Type Interface Description interfaceRandomAccessAn interface to allow PDF files to be stored completely in memory or to use a scratch file on the disk.interfaceRandomAccessReadAn interface allowing random access read operations.Classes in org.apache.pdfbox.io that implement SequentialRead Modifier and Type Class Description classRandomAccessBufferAn implementation of the RandomAccess interface to store a pdf in memory.classRandomAccessBufferedFileInputStreamProvidesInputStreamaccess to portions of a file combined with buffered reading of content.classRandomAccessFileAn interface to allow temp PDF data to be stored in a scratch file on the disk to reduce memory consumption.
-