Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
-
Uses of RandomAccessFileOrArray in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected RandomAccessFileOrArray
CFFFont.buf
A random Access File or an array (contributed by orly manor)private RandomAccessFileOrArray
CFFFont.RangeItem.buf
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp.file
(package private) RandomAccessFileOrArray
PdfReaderInstance.file
(package private) RandomAccessFileOrArray
PdfStamperImp.file
protected RandomAccessFileOrArray
PRTokeniser.file
private RandomAccessFileOrArray
Pfm2afm.in
private RandomAccessFileOrArray
AcroFields.RevisionStream.raf
protected RandomAccessFileOrArray
TrueTypeFont.rf
The file in use.protected RandomAccessFileOrArray
TrueTypeFontSubSet.rf
The file in use.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPRTokeniser.getFile()
(package private) RandomAccessFileOrArray
PdfCopyFieldsImp.getReaderFile
(PdfReader reader) (package private) RandomAccessFileOrArray
PdfReaderInstance.getReaderFile()
(package private) RandomAccessFileOrArray
PdfStamperImp.getReaderFile
(PdfReader reader) (package private) RandomAccessFileOrArray
PdfWriter.getReaderFile
(PdfReader reader) PdfReader.getSafeFile()
Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic void
Pfm2afm.convert
(RandomAccessFileOrArray in, OutputStream out) Converts a PFM file into an AFM file.PdfReader.getJavaScript
(RandomAccessFileOrArray file) Gets the global document JavaScript.byte[]
PdfReader.getPageContent
(int pageNum, RandomAccessFileOrArray file) Gets the contents of the page.static byte[]
PdfReader.getStreamBytes
(PRStream stream, RandomAccessFileOrArray file) Get the content from a stream applying the required filters.static byte[]
PdfReader.getStreamBytesRaw
(PRStream stream, RandomAccessFileOrArray file) Get the content from a stream as it is without applying any filter.void
Type1Font.process
(RandomAccessFileOrArray rf) Reads the font metricsConstructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionCFFFont
(RandomAccessFileOrArray inputbuffer) CFFFontSubset
(RandomAccessFileOrArray rf, HashMap GlyphsUsed) C'tor for CFFFontSubsetPdfReader
(RandomAccessFileOrArray raf, byte[] ownerPassword) Reads and parses a pdf document.private
Pfm2afm
(RandomAccessFileOrArray in, OutputStream out) Creates a new instance of Pfm2afmRangeItem
(RandomAccessFileOrArray buf, int offset, int length) private
RevisionStream
(RandomAccessFileOrArray raf, int length) (package private)
TrueTypeFontSubSet
(String fileName, RandomAccessFileOrArray rf, HashMap glyphsUsed, int directoryOffset, boolean includeCmap) Creates a new TrueTypeFontSubSet