Uses of Class
org.openpdf.text.pdf.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
-
Uses of RandomAccessFileOrArray in org.openpdf.pdf
Methods in org.openpdf.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionprivate static FontDescription.DecorationsTrueTypeUtil.readFontDecorations(String path, BaseFont font, RandomAccessFileOrArray rf, @Nullable IdentValue fontWeightOverride) -
Uses of RandomAccessFileOrArray in org.openpdf.rups.model
Methods in org.openpdf.rups.model with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionprotected voidPdfFile.readFile(RandomAccessFileOrArray pdf) Does the actual reading of the file into PdfReader and PDFFile. -
Uses of RandomAccessFileOrArray in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected RandomAccessFileOrArrayCFFFont.bufA random Access File or an arrayprivate final RandomAccessFileOrArrayCFFFont.RangeItem.buf(package private) RandomAccessFileOrArrayPdfCopyFieldsImp.file(package private) RandomAccessFileOrArrayPdfReaderInstance.file(package private) RandomAccessFileOrArrayPdfStamperImp.fileprotected RandomAccessFileOrArrayPRTokeniser.fileprivate RandomAccessFileOrArrayPfm2afm.inprivate final RandomAccessFileOrArrayAcroFields.RevisionStream.rafprotected RandomAccessFileOrArrayTrueTypeFont.rfThe file in use.protected RandomAccessFileOrArrayTrueTypeFontSubSet.rfThe file in use.Fields in org.openpdf.text.pdf with type parameters of type RandomAccessFileOrArrayModifier and TypeFieldDescription(package private) HashMap<PdfReader, RandomAccessFileOrArray> PdfStamperImp.readers2fileMethods in org.openpdf.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPRTokeniser.getFile()(package private) RandomAccessFileOrArrayPdfCopyFieldsImp.getReaderFile(PdfReader reader) (package private) RandomAccessFileOrArrayPdfReaderInstance.getReaderFile()(package private) RandomAccessFileOrArrayPdfStamperImp.getReaderFile(PdfReader reader) (package private) RandomAccessFileOrArrayPdfWriter.getReaderFile(PdfReader reader) PdfReader.getSafeFile()Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()Methods in org.openpdf.text.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic voidPfm2afm.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.voidType1Font.process(RandomAccessFileOrArray rf) Reads the font metricsConstructors in org.openpdf.text.pdf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionCFFFont(RandomAccessFileOrArray inputbuffer) CFFFontSubset(RandomAccessFileOrArray rf, HashMap<Integer, int[]> GlyphsUsed) C'tor for CFFFontSubsetPdfReader(RandomAccessFileOrArray raf, byte[] ownerPassword) Reads and parses a pdf document.privatePfm2afm(RandomAccessFileOrArray in, OutputStream out) Creates a new instance of Pfm2afmRangeItem(RandomAccessFileOrArray buf, int offset, int length) privateRevisionStream(RandomAccessFileOrArray raf, int length) (package private)TrueTypeFontSubSet(String fileName, RandomAccessFileOrArray rf, HashMap<Integer, int[]> glyphsUsed, int directoryOffset, boolean includeCmap, boolean includeExtras) Creates a new TrueTypeFontSubSet