Uses of Class
com.lowagie.text.pdf.RandomAccessFileOrArray

Packages that use RandomAccessFileOrArray
com.lowagie.text.pdf   
com.lowagie.text.pdf.codec   
 

Uses of RandomAccessFileOrArray in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as RandomAccessFileOrArray
protected  RandomAccessFileOrArray CFFFont.buf
          A random Access File or an array (contributed by orly manor)
protected  RandomAccessFileOrArray PRTokeniser.file
           
 

Methods in com.lowagie.text.pdf that return RandomAccessFileOrArray
 RandomAccessFileOrArray PRTokeniser.getFile()
           
 RandomAccessFileOrArray PdfReader.getSafeFile()
          Gets a new file instance of the original PDF document.
 RandomAccessFileOrArray PRTokeniser.getSafeFile()
           
 

Methods in com.lowagie.text.pdf with parameters of type RandomAccessFileOrArray
static void Pfm2afm.convert(RandomAccessFileOrArray in, OutputStream out)
          Converts a PFM file into an AFM file.
 String 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 RandomAccessFileOrArray
CFFFont.RangeItem(RandomAccessFileOrArray buf, int offset, int length)
           
CFFFont(RandomAccessFileOrArray inputbuffer)
           
CFFFontSubset(RandomAccessFileOrArray rf, HashMap GlyphsUsed)
          C'tor for CFFFontSubset
PdfReader(RandomAccessFileOrArray raf, byte[] ownerPassword)
          Reads and parses a pdf document.
PRTokeniser(RandomAccessFileOrArray file)
           
RandomAccessFileOrArray(RandomAccessFileOrArray file)
           
 

Uses of RandomAccessFileOrArray in com.lowagie.text.pdf.codec
 

Methods in com.lowagie.text.pdf.codec with parameters of type RandomAccessFileOrArray
static int TiffImage.getNumberOfPages(RandomAccessFileOrArray s)
          Gets the number of pages the TIFF document has.
static int TIFFDirectory.getNumDirectories(RandomAccessFileOrArray stream)
          Returns the number of image directories (subimages) stored in a given TIFF file, represented by a SeekableStream.
static Image TiffImage.getTiffImage(RandomAccessFileOrArray s, int page)
          Reads a page from a TIFF image.
static Image TiffImage.getTiffImage(RandomAccessFileOrArray s, int page, boolean direct)
          Reads a page from a TIFF image.
protected static Image TiffImage.getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s)
           
 

Constructors in com.lowagie.text.pdf.codec with parameters of type RandomAccessFileOrArray
TIFFDirectory(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.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.