GraphSonReaderInputGraph Method (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 void InputGraph(
Stream jsonInputStream
)
Public Sub InputGraph (
jsonInputStream As Stream
)
public:
void InputGraph(
Stream^ jsonInputStream
)
member InputGraph :
jsonInputStream : Stream -> unit
Parameters
- jsonInputStream
- Type: System.IOStream
a Stream of JSON data
See Also