PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.tokens.FileFormatException

Packages that use FileFormatException
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
it.stefanochizzolini.clown.documents.contents.tokens Content stream serialization [PDF:1.6:3.7.1]. 
it.stefanochizzolini.clown.files File-level objects [PDF:1.6:3.4]. 
it.stefanochizzolini.clown.tokens PDF file serialization [PDF:1.6:3]. 
 

Uses of FileFormatException in it.stefanochizzolini.clown.documents.contents.fonts
 

Subclasses of FileFormatException in it.stefanochizzolini.clown.documents.contents.fonts
 class FontFileFormatException
          Exception thrown in case of bad file format detection.
 

Uses of FileFormatException in it.stefanochizzolini.clown.documents.contents.tokens
 

Methods in it.stefanochizzolini.clown.documents.contents.tokens that throw FileFormatException
 boolean Parser.moveNext()
          Parse the next token [PDF:1.6:3.1].
 boolean Parser.moveNext(int offset)
           
 ContentObject Parser.parseContentObject()
          Parses the next content object [PDF:1.6:4.1], may it be a single operation or a graphics object.
 List<ContentObject> Parser.parseContentObjects()
           
 Operation Parser.parseOperation()
           
protected  PdfDirectObject Parser.parsePdfObject()
          Parse the current PDF object [PDF:1.6:3.2].
 

Uses of FileFormatException in it.stefanochizzolini.clown.files
 

Constructors in it.stefanochizzolini.clown.files that throw FileFormatException
File(IInputStream stream)
           
File(String path)
           
 

Uses of FileFormatException in it.stefanochizzolini.clown.tokens
 

Methods in it.stefanochizzolini.clown.tokens that throw FileFormatException
 boolean Parser.moveNext()
          Parse the next token [PDF:1.6:3.1].
 boolean Parser.moveNext(int offset)
           
 PdfDataObject Parser.parsePdfObject()
          Parse the current PDF object [PDF:1.6:3.2].
 PdfDictionary Reader.readTrailer()
           
 String Reader.readVersion()
           
protected  void Reader.readXRefSection(XRefEntry[] xrefEntries)
           
 XRefEntry[] Reader.readXRefTable(PdfDictionary trailer)
          Retrieves the xref-table.
 String Parser.retrieveVersion()
          Retrieves the PDF version of the file [PDF:1.6:3.4.1].
 long Parser.retrieveXRefOffset()
          Retrieves the starting position of the last xref-table section.
 long Parser.retrieveXRefOffset(long offset)
          Retrieves the starting position of an xref-table section [PDF:1.6:3.4.4].
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.