public class TreeMLReader extends AbstractGraphReader
| Modifier and Type | Class and Description |
|---|---|
static interface |
TreeMLReader.Tokens
String tokens used in the TreeML format.
|
class |
TreeMLReader.TreeMLHandler
A SAX Parser for TreeML data files.
|
| Constructor and Description |
|---|
TreeMLReader() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
readGraph(java.io.InputStream is)
Read in a graph from the given InputStream.
|
readGraph, readGraph, readGraphpublic Graph readGraph(java.io.InputStream is) throws DataIOException
GraphReaderreadGraph in interface GraphReaderreadGraph in class AbstractGraphReaderis - the InputStream to read the graph fromDataIOExceptionGraphReader.readGraph(java.io.InputStream)