GmlReaderInputGraph Method (String, Int32) |
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(
string filename,
int bufferSize
)
Public Sub InputGraph (
filename As String,
bufferSize As Integer
)
public:
void InputGraph(
String^ filename,
int bufferSize
)
member InputGraph :
filename : string *
bufferSize : int -> unit
Parameters
- filename
- Type: SystemString
[Missing <param name="filename"/> documentation for "M:Frontenac.Blueprints.Util.IO.GML.GmlReader.InputGraph(System.String,System.Int32)"]
- bufferSize
- Type: SystemInt32
[Missing <param name="bufferSize"/> documentation for "M:Frontenac.Blueprints.Util.IO.GML.GmlReader.InputGraph(System.String,System.Int32)"]
See Also