|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.stefanochizzolini.clown.tokens.Reader
public class Reader
PDF file reader.
Constructor Summary | |
---|---|
Reader(IInputStream stream,
File file)
For internal use only. |
Method Summary | |
---|---|
void |
close()
|
protected void |
finalize()
|
Parser |
getParser()
|
int |
hashCode()
|
PdfDictionary |
readTrailer()
|
String |
readVersion()
|
protected void |
readXRefSection(XRefEntry[] xrefEntries)
|
XRefEntry[] |
readXRefTable(PdfDictionary trailer)
Retrieves the xref-table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reader(IInputStream stream, File file)
Method Detail |
---|
public int hashCode()
hashCode
in class Object
public Parser getParser()
public PdfDictionary readTrailer() throws FileFormatException
FileFormatException
public XRefEntry[] readXRefTable(PdfDictionary trailer) throws FileFormatException
FileFormatException
public String readVersion() throws FileFormatException
FileFormatException
public void close() throws IOException
close
in interface Closeable
IOException
protected void finalize() throws Throwable
finalize
in class Object
Throwable
protected void readXRefSection(XRefEntry[] xrefEntries) throws FileFormatException
FileFormatException
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |