C# Class natix.SimilaritySearch.IndexGenericIO

Generic I/O output for managing Index objects
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
NormalizePath string>.Func

Méthodes publiques

Méthode Description
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

Method Details

Load() public static méthode

public static Load ( BinaryReader Input, string indexclass = null, Action after_load_action = null ) : Index
Input System.IO.BinaryReader
indexclass string
after_load_action Action
Résultat Index

Load() public static méthode

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
Résultat Index

Save() public static méthode

public static Save ( BinaryWriter Output, Index idx ) : void
Output System.IO.BinaryWriter
idx Index
Résultat void

Save() public static méthode

public static Save ( string path, Index I ) : void
path string
I Index
Résultat void

Property Details

NormalizePath public_oe static_oe property

public static Func NormalizePath
Résultat string>.Func