|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.cmapparser.CMapParser
This will parser a CMap stream.
Constructor Summary | |
CMapParser(InputStream in,
RandomAccessFile raf)
Creates a new instance of CMapParser. |
Method Summary | |
CMap |
getResult()
This will get the results of the parsing. |
static void |
main(String[] args)
A simple class to test parsing of cmap files. |
void |
parse()
This will parse the stream and create a cmap object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMapParser(InputStream in, RandomAccessFile raf)
in
- The input stream to read data from.raf
- The random access file from the documentMethod Detail |
public CMap getResult()
public void parse() throws IOException
IOException
- If there is an error parsing the stream.public static void main(String[] args) throws Exception
args
- Some command line arguments.
Exception
- If there is an error parsing the file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |