Click or drag to resize

GmlReader Methods

Methods
  NameDescription
Public methodInputGraph(Stream)
Read the GML from from the stream.

If the file is malformed incomplete data can be loaded.

Public methodInputGraph(String)
Read the GML from from the stream.

If the file is malformed incomplete data can be loaded.

Public methodInputGraph(Stream, Int32)
Read the GML from from the stream.

If the file is malformed incomplete data can be loaded.

Public methodInputGraph(String, Int32)
Read the GML from from the stream.

If the file is malformed incomplete data can be loaded.

Public methodStatic memberInputGraph(IGraph, Stream)
Load the GML file into the Graph.
Public methodStatic memberInputGraph(IGraph, String)
Load the GML file into the Graph.
Public methodStatic memberInputGraph(IGraph, Stream, Int32, String, String, String, String)
Public methodStatic memberInputGraph(IGraph, String, Int32, String, String, String, String)
Load the GML file into the Graph.
Top
See Also