GraphSonReaderInputGraph Method (IGraph, Stream) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static void InputGraph(
IGraph graph,
Stream jsonInputStream
)
Public Shared Sub InputGraph (
graph As IGraph,
jsonInputStream As Stream
)
public:
static void InputGraph(
IGraph^ graph,
Stream^ jsonInputStream
)
static member InputGraph :
graph : IGraph *
jsonInputStream : Stream -> unit
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
the graph to populate with the JSON data - jsonInputStream
- Type: System.IOStream
a Stream of JSON data
See Also