Click or drag to resize

GraphSonReader Class

GraphSONReader reads the data from a TinkerPop JSON stream to a graph.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonReader

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class GraphSonReader

The GraphSonReader type exposes the following members.

Constructors
  NameDescription
Public methodGraphSonReader
Initializes a new instance of the GraphSonReader class
Top
Methods
  NameDescription
Public methodInputGraph(Stream)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(String)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(Stream, Int32)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodInputGraph(String, Int32)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, Stream)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, String)
Input the JSON stream data into the graph. In practice, usually the provided graph is empty.
Public methodStatic memberInputGraph(IGraph, Stream, Int32)
Public methodStatic memberInputGraph(IGraph, String, Int32)
Public methodStatic memberInputGraph(IGraph, Stream, Int32, IEnumerableString, IEnumerableString)
Input the JSON stream data into the graph. More control over how data is streamed is provided by this method.
Public methodStatic memberInputGraph(IGraph, String, Int32, IEnumerableString, IEnumerableString)
Input the JSON stream data into the graph. More control over how data is streamed is provided by this method.
Top
See Also