Uses of Interface
com.etymon.pjx.PdfInput

Packages that use PdfInput
com.etymon.pjx The fundamental classes for creation and modification of PDF documents. 
 

Uses of PdfInput in com.etymon.pjx
 

Classes in com.etymon.pjx that implement PdfInput
 class PdfInputBuffer
          Provides low-level methods for reading portions of a PDF document.
 class PdfInputFile
          Provides low-level methods for reading portions of a PDF document.
 

Fields in com.etymon.pjx declared as PdfInput
protected  PdfInput PdfReader._pdfInput
           
 

Methods in com.etymon.pjx that return PdfInput
 PdfInput PdfReader.getInput()
          Returns the PdfInput instance associated with this document.
protected  PdfInput PdfReader.getPdfInput()
           
 

Constructors in com.etymon.pjx with parameters of type PdfInput
PdfReader(PdfInput pdfInput)
          Creates a reader for a PDF document to be read from a PdfInput source.