| Modifier and Type | Method and Description |
|---|---|
void |
readGraphML(java.lang.String file)
Read a GraphML file using the default configuration of the
GraphMLReader. |
void |
readGraphSON(java.lang.String file)
Read a GraphSON file using the default configuration of the
GraphSONReader. |
void |
readKryo(java.lang.String file)
Read a kryo file using the default configuration of the
KryoReader. |
void |
writeGraphML(java.lang.String file)
Write a GraphML file using the default configuration of the
GraphMLWriter. |
void |
writeGraphSON(java.lang.String file)
Write a GraphSON file using the default configuration of the
GraphSONWriter. |
void |
writeKryo(java.lang.String file)
Write a kryo file using the default configuration of the
KryoWriter. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgraphMLReader, graphMLWriter, graphSONMapper, graphSONReader, graphSONWriter, kryoMapper, kryoReader, kryoWriterpublic DefaultIo(Graph g)
public void writeKryo(java.lang.String file)
throws java.io.IOException
Graph.IoKryoWriter.public void readKryo(java.lang.String file)
throws java.io.IOException
Graph.IoKryoReader.public void writeGraphML(java.lang.String file)
throws java.io.IOException
Graph.IoGraphMLWriter.writeGraphML in interface Graph.Iojava.io.IOExceptionpublic void readGraphML(java.lang.String file)
throws java.io.IOException
Graph.IoGraphMLReader.readGraphML in interface Graph.Iojava.io.IOExceptionpublic void writeGraphSON(java.lang.String file)
throws java.io.IOException
Graph.IoGraphSONWriter.writeGraphSON in interface Graph.Iojava.io.IOExceptionpublic void readGraphSON(java.lang.String file)
throws java.io.IOException
Graph.IoGraphSONReader.readGraphSON in interface Graph.Iojava.io.IOExceptionCopyright © 2013-2015 TinkerPop. All Rights Reserved.