Uses of Class
org.apache.pdfbox.io.RandomAccessReadView
Packages that use RandomAccessReadView
Package
Description
This package contains classes to parse a TTF file.
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.
-
Uses of RandomAccessReadView in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as RandomAccessReadViewModifier and TypeFieldDescriptionprivate final RandomAccessReadViewRandomAccessReadUnbufferedDataStream.RandomAccessReadNonClosingInputStream.randomAccessReadConstructors in org.apache.fontbox.ttf with parameters of type RandomAccessReadViewModifierConstructorDescriptionRandomAccessReadNonClosingInputStream(RandomAccessReadView randomAccessRead) -
Uses of RandomAccessReadView in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccessReadViewMethods in org.apache.pdfbox.cos that return RandomAccessReadViewModifier and TypeMethodDescriptionICOSParser.createRandomAccessReadView(long startPosition, long streamLength) Creates a random access read view starting at the given position with the given length.Constructors in org.apache.pdfbox.cos with parameters of type RandomAccessReadViewModifierConstructorDescriptionCOSStream(RandomAccessStreamCache streamCache, RandomAccessReadView randomAccessReadView) Creates a new stream with an empty dictionary. -
Uses of RandomAccessReadView in org.apache.pdfbox.io
Methods in org.apache.pdfbox.io that return RandomAccessReadViewModifier and TypeMethodDescriptionNonSeekableRandomAccessReadInputStream.createView(long startPosition, long streamLength) RandomAccessRead.createView(long startPosition, long streamLength) Creates a random access read view starting at the given position with the given length.RandomAccessReadBuffer.createView(long startPosition, long streamLength) RandomAccessReadBufferedFile.createView(long startPosition, long streamLength) RandomAccessReadMemoryMappedFile.createView(long startPosition, long streamLength) RandomAccessReadView.createView(long startPosition, long streamLength) ScratchFileBuffer.createView(long startPosition, long streamLength) SequenceRandomAccessRead.createView(long startPosition, long streamLength) -
Uses of RandomAccessReadView in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return RandomAccessReadViewModifier and TypeMethodDescriptionCOSParser.createRandomAccessReadView(long startPosition, long streamLength)