public class GraphMLReader extends AbstractGraphReader implements GraphReader
Modifier and Type | Class and Description |
---|---|
static class |
GraphMLReader.GraphMLHandler
A SAX Parser for GraphML data files.
|
static interface |
GraphMLReader.Tokens
String tokens used in the GraphML format.
|
Constructor and Description |
---|
GraphMLReader() |
Modifier and Type | Method and Description |
---|---|
Graph |
readGraph(java.io.InputStream is)
Read in a graph from the given InputStream.
|
readGraph, readGraph, readGraph
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readGraph, readGraph, readGraph
public Graph readGraph(java.io.InputStream is) throws DataIOException
GraphReader
readGraph
in interface GraphReader
readGraph
in class AbstractGraphReader
is
- the InputStream to read the graph fromDataIOException
GraphReader.readGraph(java.io.InputStream)
Copyright ? 2013 Regents of the University of California