BinaryLoaderSaverCatalog 类

定义

用于 DataOperationsCatalog 创建组件实例的扩展方法集合,用于保存和读取 IDataView 高性能二进制格式的对象。

public static class BinaryLoaderSaverCatalog
type BinaryLoaderSaverCatalog = class
Public Module BinaryLoaderSaverCatalog
继承
BinaryLoaderSaverCatalog

方法

LoadFromBinary(DataOperationsCatalog, IMultiStreamSource)

IMultiStreamSource二进制文件加载 aIDataView。 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

LoadFromBinary(DataOperationsCatalog, String)

从二进制文件加载 a IDataView 。 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

SaveAsBinary(DataOperationsCatalog, IDataView, Stream, Boolean)

将该文件 IDataView 保存到二进制流中。

适用于