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, readGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadGraph, 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)