Uses of Class
com.lowagie.text.pdf.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
-
Uses of RandomAccessFileOrArray in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as RandomAccessFileOrArrayModifier and TypeFieldDescriptionprotected RandomAccessFileOrArrayCFFFont.bufDeprecated.A random Access File or an arrayprotected RandomAccessFileOrArrayPRTokeniser.fileDeprecated.Methods in com.lowagie.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPRTokeniser.getFile()Deprecated.PdfReader.getSafeFile()Deprecated.Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()Deprecated.Methods in com.lowagie.text.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic voidPfm2afm.convert(RandomAccessFileOrArray in, OutputStream out) Deprecated.Converts a PFM file into an AFM file.PdfReader.getJavaScript(RandomAccessFileOrArray file) Deprecated.Gets the global document JavaScript.byte[]PdfReader.getPageContent(int pageNum, RandomAccessFileOrArray file) Deprecated.Gets the contents of the page.static byte[]PdfReader.getStreamBytes(PRStream stream, RandomAccessFileOrArray file) Deprecated.Get the content from a stream applying the required filters.static byte[]PdfReader.getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file) Deprecated.Get the content from a stream as it is without applying any filter.Constructors in com.lowagie.text.pdf with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionCFFFont(RandomAccessFileOrArray inputbuffer) Deprecated.CFFFontSubset(RandomAccessFileOrArray rf, HashMap<Integer, int[]> GlyphsUsed) Deprecated.C'tor for CFFFontSubsetPdfReader(RandomAccessFileOrArray raf, byte[] ownerPassword) Deprecated.Reads and parses a pdf document.Deprecated.Deprecated.RangeItem(RandomAccessFileOrArray buf, int offset, int length)