Uses of Interface
org.apache.pdfbox.io.RandomAccessRead
-
Packages that use RandomAccessRead Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.cmap This package holds classes that are necessary to parse cmap files.org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.pdfbox org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents.org.apache.pdfbox.io This package contains IO streams.org.apache.pdfbox.multipdf org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital signature library will manage signatures that are stored in the PDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.preflight org.apache.pdfbox.preflight.parser -
-
Uses of RandomAccessRead in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadDataInputRandomAccessRead. randomAccessReadMethods in org.apache.fontbox.cff with parameters of type RandomAccessRead Modifier and Type Method Description java.util.List<CFFFont>CFFParser. parse(RandomAccessRead randomAccessRead)Parse CFF font using a RandomAccessRead as input.voidCFFParser. parseFirstSubFontROS(RandomAccessRead randomAccessRead, FontHeaders outHeaders)Extract "Registry", "Ordering" and "Supplement" properties from the first CFF subfont.Constructors in org.apache.fontbox.cff with parameters of type RandomAccessRead Constructor Description DataInputRandomAccessRead(RandomAccessRead randomAccessRead)Constructor. -
Uses of RandomAccessRead in org.apache.fontbox.cmap
Methods in org.apache.fontbox.cmap that return RandomAccessRead Modifier and Type Method Description private RandomAccessReadCMapParser. getExternalCMap(java.lang.String name)Returns a RandomAccessRead containing the given "use" CMap.Methods in org.apache.fontbox.cmap with parameters of type RandomAccessRead Modifier and Type Method Description CMapCMapParser. parse(RandomAccessRead randomAcccessRead)This will parse the stream and create a cmap object.private voidCMapParser. parseBeginbfchar(java.lang.Number cosCount, RandomAccessRead randomAcccessRead, CMap result)private voidCMapParser. parseBeginbfrange(java.lang.Number cosCount, RandomAccessRead randomAcccessRead, CMap result)private voidCMapParser. parseBegincidchar(java.lang.Number cosCount, RandomAccessRead randomAcccessRead, CMap result)private voidCMapParser. parseBegincidrange(int numberOfLines, RandomAccessRead randomAcccessRead, CMap result)private voidCMapParser. parseBegincodespacerange(java.lang.Number cosCount, RandomAccessRead randomAcccessRead, CMap result)private byte[]CMapParser. parseByteArray(RandomAccessRead randomAcccessRead)private java.lang.IntegerCMapParser. parseInteger(RandomAccessRead randomAcccessRead)private voidCMapParser. parseLiteralName(CMapParser.LiteralName literal, RandomAccessRead randomAcccessRead, CMap result)private java.lang.ObjectCMapParser. parseNextToken(RandomAccessRead randomAcccessRead)private java.util.List<java.lang.Object>CMapParser. readArray(RandomAccessRead randomAcccessRead)private java.lang.ObjectCMapParser. readDictionary(RandomAccessRead randomAcccessRead)private java.lang.StringCMapParser. readLine(RandomAccessRead randomAcccessRead, int firstByte)private CMapParser.LiteralNameCMapParser. readLiteralName(RandomAccessRead randomAcccessRead)private java.lang.NumberCMapParser. readNumber(RandomAccessRead randomAcccessRead, int firstByte)private CMapParser.OperatorCMapParser. readOperator(RandomAccessRead randomAcccessRead, int firstByte)private java.lang.StringCMapParser. readString(RandomAccessRead randomAcccessRead)private voidCMapParser. readUntilEndOfLine(RandomAccessRead randomAcccessRead, java.lang.StringBuilder buf) -
Uses of RandomAccessRead in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadRandomAccessReadUnbufferedDataStream. randomAccessReadMethods in org.apache.fontbox.ttf that return RandomAccessRead Modifier and Type Method Description RandomAccessReadRandomAccessReadDataStream. createSubView(long length)RandomAccessReadRandomAccessReadUnbufferedDataStream. createSubView(long length)RandomAccessReadTTCDataStream. createSubView(long length)RandomAccessReadTTFDataStream. createSubView(long length)Creates a view from current position topos + length.Methods in org.apache.fontbox.ttf with parameters of type RandomAccessRead Modifier and Type Method Description private static TTFDataStreamTrueTypeCollection. createBufferedDataStream(RandomAccessRead randomAccessRead, boolean closeAfterReading)OpenTypeFontOTFParser. parse(RandomAccessRead randomAccessRead)TrueTypeFontTTFParser. parse(RandomAccessRead randomAccessRead)Parse a RandomAccessRead and return a TrueType font.FontHeadersTTFParser. parseTableHeaders(RandomAccessRead randomAccessRead)Parse a RandomAccessRead and return a TrueType font.Constructors in org.apache.fontbox.ttf with parameters of type RandomAccessRead Constructor Description RandomAccessReadDataStream(RandomAccessRead randomAccessRead)Constructor.RandomAccessReadUnbufferedDataStream(RandomAccessRead randomAccessRead) -
Uses of RandomAccessRead in org.apache.pdfbox
Methods in org.apache.pdfbox with parameters of type RandomAccessRead Modifier and Type Method Description static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password, java.io.InputStream keyStore, java.lang.String alias)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF. -
Uses of RandomAccessRead in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream that return RandomAccessRead Modifier and Type Method Description RandomAccessReadPDContentStream. getContentsForRandomAccess()Returns this stream's content, if any.default RandomAccessReadPDContentStream. getContentsForStreamParsing()Returns this stream's content, if any. -
Uses of RandomAccessRead in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return RandomAccessRead Modifier and Type Method Description RandomAccessReadCOSStream. createView()Returns a new RandomAccessRead which reads the decoded stream data. -
Uses of RandomAccessRead in org.apache.pdfbox.filter
Methods in org.apache.pdfbox.filter that return RandomAccessRead Modifier and Type Method Description static RandomAccessReadFilter. decode(java.io.InputStream encoded, java.util.List<Filter> filterList, COSDictionary parameters, DecodeOptions options, java.util.List<DecodeResult> results)Decodes data, with optional DecodeOptions. -
Uses of RandomAccessRead in org.apache.pdfbox.io
Subinterfaces of RandomAccessRead in org.apache.pdfbox.io Modifier and Type Interface Description interfaceRandomAccessAn interface to allow data to be stored completely in memory or to use a scratch file on the disk.Classes in org.apache.pdfbox.io that implement RandomAccessRead Modifier and Type Class Description classNonSeekableRandomAccessReadInputStreamAn implementation of the RandomAccessRead interface using an InputStream as source.classRandomAccessReadBufferAn implementation of the RandomAccessRead interface to store data in memory.classRandomAccessReadBufferedFileProvides random access to portions of a file combined with buffered reading of content.classRandomAccessReadMemoryMappedFileAn implementation of the RandomAccess interface backed by a memory mapped file channel.classRandomAccessReadViewThis class provides a view of a part of a random access read.classRandomAccessReadWriteBufferAn implementation of the RandomAccess interface to store data in memory.(package private) classScratchFileBufferImplementation ofRandomAccessas sequence of multiple fixed size pages handled byScratchFile.classSequenceRandomAccessReadWrapper class to combine several RandomAccessRead instances so that they can be accessed as one big RandomAccessRead.Fields in org.apache.pdfbox.io declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadSequenceRandomAccessRead. currentRandomAccessReadprivate RandomAccessReadRandomAccessInputStream. inputprivate RandomAccessReadRandomAccessReadView. randomAccessReadFields in org.apache.pdfbox.io with type parameters of type RandomAccessRead Modifier and Type Field Description private java.util.List<RandomAccessRead>SequenceRandomAccessRead. readerListMethods in org.apache.pdfbox.io that return RandomAccessRead Modifier and Type Method Description private RandomAccessReadSequenceRandomAccessRead. getCurrentReader()Constructors in org.apache.pdfbox.io with parameters of type RandomAccessRead Constructor Description RandomAccessInputStream(RandomAccessRead randomAccessRead)Creates a new RandomAccessInputStream, with a position of zero.RandomAccessReadView(RandomAccessRead randomAccessRead, long startPosition, long streamLength)Constructor.RandomAccessReadView(RandomAccessRead randomAccessRead, long startPosition, long streamLength, boolean closeInput)Constructor.Constructor parameters in org.apache.pdfbox.io with type arguments of type RandomAccessRead Constructor Description SequenceRandomAccessRead(java.util.List<RandomAccessRead> randomAccessReadList) -
Uses of RandomAccessRead in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type RandomAccessRead Modifier and Type Method Description voidPDFMergerUtility. addSource(RandomAccessRead source)Add a source to the list of documents to merge.Method parameters in org.apache.pdfbox.multipdf with type arguments of type RandomAccessRead Modifier and Type Method Description voidPDFMergerUtility. addSources(java.util.List<RandomAccessRead> sourcesList)Add a list of sources to the list of documents to merge. -
Uses of RandomAccessRead in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as RandomAccessRead Modifier and Type Field Description protected RandomAccessReadBaseParser. sourceThis is the stream that will be read from.Constructors in org.apache.pdfbox.pdfparser with parameters of type RandomAccessRead Constructor Description BaseParser(RandomAccessRead pdfSource)Default constructor.BruteForceParser(RandomAccessRead source, COSDocument document)Constructor.COSParser(RandomAccessRead source)Default constructor.COSParser(RandomAccessRead source, java.lang.String password, java.io.InputStream keyStore, java.lang.String keyAlias)Constructor for encrypted pdfs.COSParser(RandomAccessRead source, java.lang.String password, java.io.InputStream keyStore, java.lang.String keyAlias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructor for encrypted pdfs.FDFParser(RandomAccessRead source)Constructs parser for given file using memory buffer.PDFParser(RandomAccessRead source)Constructor.PDFParser(RandomAccessRead source, java.lang.String decryptionPassword)Constructor.PDFParser(RandomAccessRead source, java.lang.String decryptionPassword, java.io.InputStream keyStore, java.lang.String alias)Constructor.PDFParser(RandomAccessRead source, java.lang.String decryptionPassword, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructor. -
Uses of RandomAccessRead in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadCOSWriter. incrementalInputConstructors in org.apache.pdfbox.pdfwriter with parameters of type RandomAccessRead Constructor Description COSWriter(java.io.OutputStream outputStream, RandomAccessRead inputData)COSWriter constructor for incremental updates.COSWriter(java.io.OutputStream outputStream, RandomAccessRead inputData, java.util.Set<COSDictionary> objectsToWrite)Constructor for incremental updates with a list of objects to write. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadPDDocument. pdfSourceMethods in org.apache.pdfbox.pdmodel that return RandomAccessRead Modifier and Type Method Description RandomAccessReadPDPage. getContentsForRandomAccess()RandomAccessReadPDPage. getContentsForStreamParsing()Constructors in org.apache.pdfbox.pdmodel with parameters of type RandomAccessRead Constructor Description PDDocument(COSDocument doc, RandomAccessRead source)Constructor that uses an existing document.PDDocument(COSDocument doc, RandomAccessRead source, AccessPermission permission)Constructor that uses an existing document. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadFDFDocument. fdfSourceConstructors in org.apache.pdfbox.pdmodel.fdf with parameters of type RandomAccessRead Constructor Description FDFDocument(COSDocument doc, RandomAccessRead source)Constructor that uses an existing document. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return RandomAccessRead Modifier and Type Method Description RandomAccessReadPDType3CharProc. getContentsForRandomAccess()Methods in org.apache.pdfbox.pdmodel.font with parameters of type RandomAccessRead Modifier and Type Method Description private TTFParserPDCIDFontType2. getParser(RandomAccessRead randomAccessRead, boolean isEmbedded)private TTFParserPDTrueTypeFont. getParser(RandomAccessRead randomAccessRead, boolean isEmbedded)static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, RandomAccessRead randomAccessRead, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDType0FontPDType0Font. load(PDDocument doc, RandomAccessRead randomAccessRead, boolean embedSubset, boolean vertical)Loads a TTF to be embedded into a document as a Type 0 font.static CMapCMapManager. parseCMap(RandomAccessRead randomAccessRead)Parse the given CMap. -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return RandomAccessRead Modifier and Type Method Description RandomAccessReadPDFormXObject. getContentsForRandomAccess() -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type RandomAccessRead Modifier and Type Method Description private static PDImageXObjectCCITTFactory. createFromRandomAccessImpl(PDDocument document, RandomAccessRead reader, int number)Creates a new CCITT Fax compressed image XObject from a TIFF file.private static voidCCITTFactory. extractFromTiff(RandomAccessRead reader, java.io.OutputStream os, COSDictionary params, int number)private static intCCITTFactory. readlong(char endianess, RandomAccessRead raf)private static intCCITTFactory. readshort(char endianess, RandomAccessRead raf) -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return RandomAccessRead Modifier and Type Method Description RandomAccessReadPDTilingPattern. getContentsForRandomAccess() -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature declared as RandomAccessRead Modifier and Type Field Description private RandomAccessReadSignatureOptions. pdfSourceMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type RandomAccessRead Modifier and Type Method Description private voidSignatureOptions. initFromRandomAccessRead(RandomAccessRead rar) -
Uses of RandomAccessRead in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type RandomAccessRead Modifier and Type Method Description private voidPDVisibleSignDesigner. calculatePageSizeFromRandomAccessRead(RandomAccessRead documentSource, int page)Constructors in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type RandomAccessRead Constructor Description PDVisibleSignDesigner(RandomAccessRead documentSource, java.awt.image.BufferedImage image, int page)Constructor.PDVisibleSignDesigner(RandomAccessRead documentSource, java.io.InputStream imageStream, int page)Constructor. -
Uses of RandomAccessRead in org.apache.pdfbox.preflight
Constructors in org.apache.pdfbox.preflight with parameters of type RandomAccessRead Constructor Description PreflightDocument(COSDocument doc, Format format, PreflightConfiguration config, RandomAccessRead source)Create a preflight document based on the COSDocument that will use the given configuration bean to process the validation. -
Uses of RandomAccessRead in org.apache.pdfbox.preflight.parser
Constructors in org.apache.pdfbox.preflight.parser with parameters of type RandomAccessRead Constructor Description PreflightParser(RandomAccessRead rar)Constructor.
-