C# Класс natix.SimilaritySearch.IndexGenericIO

Generic I/O output for managing Index objects
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
NormalizePath string>.Func

Открытые методы

Метод Описание
Load ( BinaryReader Input, string indexclass = null, Action after_load_action = null ) : Index
Load ( string path, string indexclass = null, Action after_load_action = null ) : Index

Returns the object Type of the index, this should be done before the generic creation.

Save ( BinaryWriter Output, Index idx ) : void
Save ( string path, Index I ) : void

Описание методов

Load() публичный статический Метод

public static Load ( BinaryReader Input, string indexclass = null, Action after_load_action = null ) : Index
Input System.IO.BinaryReader
indexclass string
after_load_action Action
Результат Index

Load() публичный статический Метод

Returns the object Type of the index, this should be done before the generic creation.
public static Load ( string path, string indexclass = null, Action after_load_action = null ) : Index
path string
indexclass string
after_load_action Action
Результат Index

Save() публичный статический Метод

public static Save ( BinaryWriter Output, Index idx ) : void
Output System.IO.BinaryWriter
idx Index
Результат void

Save() публичный статический Метод

public static Save ( string path, Index I ) : void
path string
I Index
Результат void

Описание свойств

NormalizePath публичное статическое свойство

public static Func NormalizePath
Результат string>.Func