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.bufA random Access File or an arrayprotected RandomAccessFileOrArrayPRTokeniser.fileMethods in com.lowagie.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPRTokeniser.getFile()PdfReader.getSafeFile()Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()Methods in com.lowagie.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.Constructors in 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.RangeItem(RandomAccessFileOrArray buf, int offset, int length) -
Uses of RandomAccessFileOrArray in com.lowagie.text.pdf.codec
Methods in com.lowagie.text.pdf.codec with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic byte[]JBIG2Image.getGlobalSegment(RandomAccessFileOrArray ra) Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.static ImageJBIG2Image.getJbig2Image(RandomAccessFileOrArray ra, int page) returns an Image representing the given page.static intJBIG2Image.getNumberOfPages(RandomAccessFileOrArray ra) Gets the number of pages in a JBIG2 image.static intTiffImage.getNumberOfPages(RandomAccessFileOrArray s) Gets the number of pages the TIFF document has.static intTIFFDirectory.getNumDirectories(RandomAccessFileOrArray stream) Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream.static ImageTiffImage.getTiffImage(RandomAccessFileOrArray s, int page) Reads a page from a TIFF image.static ImageTiffImage.getTiffImage(RandomAccessFileOrArray s, int page, boolean direct) Reads a page from a TIFF image.protected static ImageTiffImage.getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s) Constructors in com.lowagie.text.pdf.codec with parameters of type RandomAccessFileOrArrayModifierConstructorDescriptionTIFFDirectory(RandomAccessFileOrArray stream, int directory) Constructs a TIFFDirectory from a SeekableStream.TIFFDirectory(RandomAccessFileOrArray stream, long ifd_offset, int directory) Constructs a TIFFDirectory by reading a SeekableStream.