- RandomAccess - Interface in org.apache.pdfbox.io
-
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
- RandomAccessInputStream - Class in org.apache.pdfbox.io
-
An InputStream which reads from a RandomAccessRead.
- RandomAccessInputStream(RandomAccessRead) - Constructor for class org.apache.pdfbox.io.RandomAccessInputStream
-
Creates a new RandomAccessInputStream, with a position of zero.
- RandomAccessOutputStream - Class in org.apache.pdfbox.io
-
An OutputStream which writes to a RandomAccessWrite.
- RandomAccessOutputStream(RandomAccessWrite) - Constructor for class org.apache.pdfbox.io.RandomAccessOutputStream
-
Constructor to create a new output stream which writes to the given RandomAccessWrite.
- RandomAccessRead - Interface in org.apache.pdfbox.io
-
An interface allowing random access read operations.
- RandomAccessReadBuffer - Class in org.apache.pdfbox.io
-
An implementation of the RandomAccessRead interface to store data in memory.
- RandomAccessReadBuffer(byte[]) - Constructor for class org.apache.pdfbox.io.RandomAccessReadBuffer
-
Create a random access buffer using the given byte array.
- RandomAccessReadBuffer(ByteBuffer) - Constructor for class org.apache.pdfbox.io.RandomAccessReadBuffer
-
Create a random access buffer using the given ByteBuffer.
- RandomAccessReadBuffer(InputStream) - Constructor for class org.apache.pdfbox.io.RandomAccessReadBuffer
-
Create a random access read buffer of the given input stream by copying the data.
- RandomAccessReadBufferedFile - Class in org.apache.pdfbox.io
-
Provides random access to portions of a file combined with buffered reading of content.
- RandomAccessReadBufferedFile(String) - Constructor for class org.apache.pdfbox.io.RandomAccessReadBufferedFile
-
Create a random access buffered file instance for the file with the given name.
- RandomAccessReadBufferedFile(File) - Constructor for class org.apache.pdfbox.io.RandomAccessReadBufferedFile
-
Create a random access buffered file instance for the given file.
- RandomAccessReadMemoryMappedFile - Class in org.apache.pdfbox.io
-
An implementation of the RandomAccess interface backed by a memory mapped file channel.
- RandomAccessReadMemoryMappedFile(String) - Constructor for class org.apache.pdfbox.io.RandomAccessReadMemoryMappedFile
-
Default constructor.
- RandomAccessReadMemoryMappedFile(File) - Constructor for class org.apache.pdfbox.io.RandomAccessReadMemoryMappedFile
-
Default constructor.
- RandomAccessReadView - Class in org.apache.pdfbox.io
-
This class provides a view of a part of a random access read.
- RandomAccessReadView(RandomAccessRead, long, long) - Constructor for class org.apache.pdfbox.io.RandomAccessReadView
-
Constructor.
- RandomAccessReadView(RandomAccessRead, long, long, boolean) - Constructor for class org.apache.pdfbox.io.RandomAccessReadView
-
Constructor.
- RandomAccessWrite - Interface in org.apache.pdfbox.io
-
An interface allowing random access write operations.
- read() - Method in class org.apache.pdfbox.io.RandomAccessInputStream
-
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.RandomAccessInputStream
-
- read() - Method in interface org.apache.pdfbox.io.RandomAccessRead
-
Read a single byte of data.
- read(byte[]) - Method in interface org.apache.pdfbox.io.RandomAccessRead
-
Read a buffer of data.
- read(byte[], int, int) - Method in interface org.apache.pdfbox.io.RandomAccessRead
-
Read a buffer of data.
- read() - Method in class org.apache.pdfbox.io.RandomAccessReadBuffer
-
Read a single byte of data.
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.RandomAccessReadBuffer
-
Read a buffer of data.
- read() - Method in class org.apache.pdfbox.io.RandomAccessReadBufferedFile
-
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.RandomAccessReadBufferedFile
-
- read() - Method in class org.apache.pdfbox.io.RandomAccessReadMemoryMappedFile
-
Read a single byte of data.
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.RandomAccessReadMemoryMappedFile
-
Read a buffer of data.
- read() - Method in class org.apache.pdfbox.io.RandomAccessReadView
-
Read a single byte of data.
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.RandomAccessReadView
-
Read a buffer of data.
- read() - Method in class org.apache.pdfbox.io.SequenceRandomAccessRead
-
- read(byte[], int, int) - Method in class org.apache.pdfbox.io.SequenceRandomAccessRead
-
- rewind(int) - Method in interface org.apache.pdfbox.io.RandomAccessRead
-
Seek backwards the given number of bytes.
- rewind(int) - Method in class org.apache.pdfbox.io.RandomAccessReadView
-
Seek backwards the given number of bytes.