| Modifier and Type | Method and Description |
|---|---|
void |
readGraphML(String file)
Read a GraphML file using the default configuration of the
GraphMLReader. |
void |
readGraphSON(String file)
Read a GraphSON file using the default configuration of the
GraphSONReader. |
void |
readGryo(String file)
Read a gryo file using the default configuration of the
GryoReader. |
void |
writeGraphML(String file)
Write a GraphML file using the default configuration of the
GraphMLWriter. |
void |
writeGraphSON(String file)
Write a GraphSON file using the default configuration of the
GraphSONWriter. |
void |
writeGryo(String file)
Write a gryo file using the default configuration of the
GryoWriter. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgraphMLReader, graphMLWriter, graphSONMapper, graphSONReader, graphSONWriter, gryoMapper, gryoReader, gryoWriterpublic DefaultIo(Graph g)
public void writeGryo(String file) throws IOException
Graph.IoGryoWriter.writeGryo in interface Graph.IoIOExceptionpublic void readGryo(String file) throws IOException
Graph.IoGryoReader.readGryo in interface Graph.IoIOExceptionpublic void writeGraphML(String file) throws IOException
Graph.IoGraphMLWriter.writeGraphML in interface Graph.IoIOExceptionpublic void readGraphML(String file) throws IOException
Graph.IoGraphMLReader.readGraphML in interface Graph.IoIOExceptionpublic void writeGraphSON(String file) throws IOException
Graph.IoGraphSONWriter.writeGraphSON in interface Graph.IoIOExceptionpublic void readGraphSON(String file) throws IOException
Graph.IoGraphSONReader.readGraphSON in interface Graph.IoIOExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.