nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions / NetworkFileIO

NetworkFileIO

Full name Microsoft.VisualBasic.Data.visualize.Network.NetworkFileIO Assembly Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions Members 5

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.NetworkFileIO

02 Methods

NameOverloadsSummary
Save 2 Export the network graph object into data files
Load 1 Load network graph data from a saved network data direcotry.
ReadEdges 2 read large network edge file

03 Members

method Save overload 2 #
Save``2(Network(Of ``0, ``1), String, Encoding, Boolean)

Export the network graph object into data files

Parameters
NameTypeDescription
outputNetwork(Of ``0, ``1)

The data directory for the data export, if the value of this directory is null then the data will be exported at the current work directory. (进行数据导出的文件夹,假若为空则会保存数据至当前的工作文件夹之中)

encodingString

The file encoding of the exported node and edge csv file.

method Save #
Save``2(Network(Of ``0, ``1), IFileSystemEnvironment, Encoding, Boolean)

Export the network graph object into data files

Parameters
NameTypeDescription
outputNetwork(Of ``0, ``1)

The data directory for the data export, if the value of this directory is null then the data will be exported at the current work directory. (进行数据导出的文件夹,假若为空则会保存数据至当前的工作文件夹之中)

encodingIFileSystemEnvironment

The file encoding of the exported node and edge csv file.

method Load #
Load(String, Boolean, Boolean)

Load network graph data from a saved network data direcotry.

Parameters
NameTypeDescription
dirString

-

method ReadEdges overload 2 #
ReadEdges``1(String)

read large network edge file

Type Parameters
NameDescription
E
Parameters
NameTypeDescription
filepathString

-

method ReadEdges #
ReadEdges``1(Stream, Boolean)

read large network edge file

Type Parameters
NameDescription
E
Parameters
NameTypeDescription
fileStream

-

auto_closeBoolean

-