BinaryLoaderSaverCatalog 클래스

정의

고성능 이진 형식으로 개체를 저장하고 읽을 IDataView 구성 요소의 인스턴스를 만드는 확장 메서드 DataOperationsCatalog 의 컬렉션입니다.

public static class BinaryLoaderSaverCatalog
type BinaryLoaderSaverCatalog = class
Public Module BinaryLoaderSaverCatalog
상속
BinaryLoaderSaverCatalog

메서드

LoadFromBinary(DataOperationsCatalog, IMultiStreamSource)

IDataView 이진 파일에서 IMultiStreamSource 로드합니다. IDataView'는 지연되므로 여기서는 실제 로드가 발생하지 않고 스키마 유효성 검사만 수행합니다.

LoadFromBinary(DataOperationsCatalog, String)

IDataView 이진 파일에서 로드합니다. IDataView'는 지연되므로 여기서는 실제 로드가 발생하지 않고 스키마 유효성 검사만 수행합니다.

SaveAsBinary(DataOperationsCatalog, IDataView, Stream, Boolean)

IDataView 진 스트림에 저장합니다.

적용 대상