C# Class natix.SimilaritySearch.IndexGenericIO

Generic I/O output for managing Index objects
Mostra file Open project: sadit/natix

Public Properties

Property Type Description
NormalizePath string>.Func

Public Methods

Method 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 method

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

Load() public static method

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
return Index

Save() public static method

public static Save ( BinaryWriter Output, Index idx ) : void
Output System.IO.BinaryWriter
idx Index
return void

Save() public static method

public static Save ( string path, Index I ) : void
path string
I Index
return void

Property Details

NormalizePath public_oe static_oe property

public static Func NormalizePath
return string>.Func