Uses of Interface org.pdfbox.io.RandomAccess

Uses in package org.pdfbox.pdmodel.graphics.xobject

Constructors with parameter type org.pdfbox.io.RandomAccess

Construct from a tiff file.

Uses in package org.pdfbox.pdmodel.common

Methods with return type org.pdfbox.io.RandomAccess

RandomAccess
This will get the scratch file associated with this stream.

Uses in package org.pdfbox.cos

Constructors with parameter type org.pdfbox.io.RandomAccess

Constructor that will use the following random access file for storage of the PDF streams.
Constructor.
Constructor.

Methods with return type org.pdfbox.io.RandomAccess

RandomAccess
This will get the scratch file for this document.
RandomAccess
This will get the scratch file associated with this stream.

Uses in package org.pdfbox.pdfparser

Constructors with parameter type org.pdfbox.io.RandomAccess

PDFParser.PDFParser(InputStream input, RandomAccess rafi)
Constructor to allow control over RandomAccessFile.
PDFStreamParser.PDFStreamParser(InputStream stream, RandomAccess raf)
Constructor that takes a stream to parse.

Methods with parameter type org.pdfbox.io.RandomAccess

COSStream
This will read a COSStream from the input stream.

Uses in package org.pdfbox.io

Classes implementing org.pdfbox.io.RandomAccess

class
An interface to allow PDF files to be stored completely in memory.
class
An interface to allow temp PDF data to be stored in a scratch file on the disk to reduce memory consumption.

Constructors with parameter type org.pdfbox.io.RandomAccess

RandomAccessFileInputStream.RandomAccessFileInputStream(RandomAccess raFile, long startPosition, long length)
Constructor.
Constructor to create an output stream that will write to the end of a random access file.

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.io.RandomAccess

PDDocument
PDDocument.load(File file, RandomAccess scratchFile)
This will load a document from a file.
PDDocument
PDDocument.load(InputStream input, RandomAccess scratchFile)
This will load a document from an input stream.
PDDocument
PDDocument.load(String filename, RandomAccess scratchFile)
This will load a document from a file.
PDDocument
PDDocument.load(URL url, RandomAccess scratchFile)
This will load a document from a url.