Uses of Class
org.apache.pdfbox.io.RandomAccessReadView
-
Packages that use RandomAccessReadView Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.io This package contains IO streams.org.apache.pdfbox.pdfparser 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 RandomAccessReadView Modifier and Type Field Description private RandomAccessReadViewRandomAccessReadUnbufferedDataStream.RandomAccessReadNonClosingInputStream. randomAccessReadConstructors in org.apache.fontbox.ttf with parameters of type RandomAccessReadView Constructor Description RandomAccessReadNonClosingInputStream(RandomAccessReadView randomAccessRead) -
Uses of RandomAccessReadView in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccessReadView Modifier and Type Field Description private RandomAccessReadViewCOSStream. randomAccessReadViewMethods in org.apache.pdfbox.cos that return RandomAccessReadView Modifier and Type Method Description RandomAccessReadViewICOSParser. 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 RandomAccessReadView Constructor Description COSStream(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 RandomAccessReadView Modifier and Type Method Description RandomAccessReadViewNonSeekableRandomAccessReadInputStream. createView(long startPosition, long streamLength)RandomAccessReadViewRandomAccessRead. createView(long startPosition, long streamLength)Creates a random access read view starting at the given position with the given length.RandomAccessReadViewRandomAccessReadBuffer. createView(long startPosition, long streamLength)RandomAccessReadViewRandomAccessReadBufferedFile. createView(long startPosition, long streamLength)RandomAccessReadViewRandomAccessReadMemoryMappedFile. createView(long startPosition, long streamLength)RandomAccessReadViewRandomAccessReadView. createView(long startPosition, long streamLength)RandomAccessReadViewScratchFileBuffer. createView(long startPosition, long streamLength)RandomAccessReadViewSequenceRandomAccessRead. createView(long startPosition, long streamLength) -
Uses of RandomAccessReadView in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return RandomAccessReadView Modifier and Type Method Description RandomAccessReadViewCOSParser. createRandomAccessReadView(long startPosition, long streamLength)
-