|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simkin.TreeNodeReader
This class is a parser for TreeNode text and binary files
Constructor Summary | |
TreeNodeReader(java.io.InputStream in)
Constructor - is passed an input stream |
|
TreeNodeReader(java.io.Reader in)
Constructor - is passed a reader |
Method Summary | |
TreeNode |
read()
this function invokes the parser and returns a TreeNode representing the contents of the stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeNodeReader(java.io.InputStream in)
public TreeNodeReader(java.io.Reader in)
Method Detail |
public TreeNode read() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |