Uses of Interface
com.crionics.jpdf.ByteReader

Packages that use ByteReader
com.crionics.jpdf jPDF Core package, contains all main classes. 
 

Uses of ByteReader in com.crionics.jpdf
 

Classes in com.crionics.jpdf that implement ByteReader
 class ArrayByteReader
          This class is used to parse the document from a memory byte array
 class FileByteReader
          This class is used to parse the document from a random access file
 class URLByteReader
          This class loads a File from the given URL by downloading it into a temporary file.
 

Constructors in com.crionics.jpdf with parameters of type ByteReader
PdfDocument(ByteReader reader)
          Opens the given PDF document.
PdfDocument(ByteReader reader, ICredentials credentials)
          Opens the document from the specified reader using the given reader and credentials.
PdfDocument(ByteReader reader, Preferences prefs)
          PdfDocument constructor. which takes a ByteReader and the default pdf preferences to use during the generation.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.