Uses of Interface
org.apache.pdfbox.io.RandomAccess
Packages that use RandomAccess
Package
Description
This package contains IO streams.
This package deals with images that are stored in a PDF document.
-
Uses of RandomAccess in org.apache.pdfbox.io
Classes in org.apache.pdfbox.io that implement RandomAccessModifier 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.Methods in org.apache.pdfbox.io that return RandomAccessModifier and TypeMethodDescriptionScratchFile.createBuffer()
Creates a new buffer using this page handler.ScratchFile.createBuffer
(InputStream input) Creates a new buffer using this page handler and initializes it with the data read from provided input stream (input stream is copied to buffer). -
Uses of RandomAccess in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type RandomAccessModifier and TypeMethodDescriptionstatic PDImageXObject
CCITTFactory.createFromRandomAccess
(PDDocument document, RandomAccess reader) Deprecated.static PDImageXObject
CCITTFactory.createFromRandomAccess
(PDDocument document, RandomAccess reader, int number) Deprecated.UseCCITTFactory.createFromFile(PDDocument, File, int)
instead.
CCITTFactory.createFromFile(PDDocument, File)
instead.