GmlReaderInputGraph Method (Stream) |
Read the GML from from the stream.
If the file is malformed incomplete data can be loaded.
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic void InputGraph(
Stream inputStream
)
Public Sub InputGraph (
inputStream As Stream
)
public:
void InputGraph(
Stream^ inputStream
)
member InputGraph :
inputStream : Stream -> unit
Parameters
- inputStream
- Type: System.IOStream
[Missing <param name="inputStream"/> documentation for "M:Frontenac.Blueprints.Util.IO.GML.GmlReader.InputGraph(System.IO.Stream)"]
See Also