Uses of Package
org.apache.pdfbox.io
Packages that use org.apache.pdfbox.io
Package
Description
These are the low level objects that make up a PDF document.
This package contains IO streams.
The pdfparser package contains classes to parse PDF documents and objects within the document.
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with images that are stored in a PDF document.
-
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.cosClassDescriptionImplements a memory page handling mechanism as base for creating (multiple)
RandomAccess
buffers each having its set of pages (implemented byScratchFileBuffer
). -
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.ioClassDescriptionControls how memory/temporary files are used for buffering streams etc.An interface to allow data to be stored completely in memory or to use a scratch file on the disk.An implementation of the RandomAccess interface to store data in memory.An interface allowing random access read operations.An interface allowing random access write operations.Implements a memory page handling mechanism as base for creating (multiple)
RandomAccess
buffers each having its set of pages (implemented byScratchFileBuffer
). -
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.multipdfClassDescriptionControls how memory/temporary files are used for buffering streams etc.
-
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.pdfparserClassDescriptionAn interface allowing random access read operations.Implements a memory page handling mechanism as base for creating (multiple)
RandomAccess
buffers each having its set of pages (implemented byScratchFileBuffer
). -
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.pdfwriter
-
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.pdmodelClassDescriptionControls how memory/temporary files are used for buffering streams etc.An interface allowing random access read operations.
-
Classes in org.apache.pdfbox.io used by org.apache.pdfbox.pdmodel.graphics.imageClassDescriptionAn interface to allow data to be stored completely in memory or to use a scratch file on the disk.