Package org.apache.pdfbox.io
package org.apache.pdfbox.io
This package contains IO streams.
-
ClassDescriptionThis class represents an ASCII85 stream.This class represents an ASCII85 output stream.PushBackInputStream for byte arrays.An byte array output stream that allows direct access to the byte array.This class contains various I/O-related methods.A simple subclass that adds a few convience methods.An interface to allow PDF files to be stored completely in memory or to use a scratch file on the disk.An implementation of the RandomAccess interface to store a pdf in memory.Provides
InputStream
access to portions of a file combined with buffered reading of content.An interface to allow temp PDF data to be stored in a scratch file on the disk to reduce memory consumption.This class allows a section of a RandomAccessFile to be accessed as an input stream.This will write to a RandomAccessFile in the filesystem and keep track of the position it is writing to and the length of the stream.An interface allowing random access read operations.An interface allowing sequential read operations.