C# Class BplusDotNet.hBplusTreeBytes

Btree mapping unlimited length key strings to fixed length hash values
Inheritance: xBplusTreeBytes
ファイルを表示 Open project: benaston/BTree Class Usage Examples

Public Methods

Method Description
Initialize ( System treefile, System blockfile, int PrefixLength ) : hBplusTreeBytes
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTreeBytes
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes
Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTreeBytes
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTreeBytes
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes
PrefixForByteCount ( string s, int maxbytecount ) : string
ReOpen ( System treefile, System blockfile ) : hBplusTreeBytes
ReOpen ( string treefileName, string blockfileName ) : hBplusTreeBytes
ReadOnly ( string treefileName, string blockfileName ) : hBplusTreeBytes
hBplusTreeBytes ( BplusTreeBytes tree, int hashLength ) : System
toHtml ( ) : string

Method Details

Initialize() public static method

public static Initialize ( System treefile, System blockfile, int PrefixLength ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
return hBplusTreeBytes

Initialize() public static method

public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
CultureId int
return hBplusTreeBytes

Initialize() public static method

public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
CultureId int
nodesize int
buffersize int
return hBplusTreeBytes

Initialize() public static method

public static Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTreeBytes
treefileName string
blockfileName string
PrefixLength int
return hBplusTreeBytes

Initialize() public static method

public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTreeBytes
treefileName string
blockfileName string
PrefixLength int
CultureId int
return hBplusTreeBytes

Initialize() public static method

public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes
treefileName string
blockfileName string
PrefixLength int
CultureId int
nodesize int
buffersize int
return hBplusTreeBytes

PrefixForByteCount() public method

public PrefixForByteCount ( string s, int maxbytecount ) : string
s string
maxbytecount int
return string

ReOpen() public static method

public static ReOpen ( System treefile, System blockfile ) : hBplusTreeBytes
treefile System
blockfile System
return hBplusTreeBytes

ReOpen() public static method

public static ReOpen ( string treefileName, string blockfileName ) : hBplusTreeBytes
treefileName string
blockfileName string
return hBplusTreeBytes

ReadOnly() public static method

public static ReadOnly ( string treefileName, string blockfileName ) : hBplusTreeBytes
treefileName string
blockfileName string
return hBplusTreeBytes

hBplusTreeBytes() public method

public hBplusTreeBytes ( BplusTreeBytes tree, int hashLength ) : System
tree BplusTreeBytes
hashLength int
return System

toHtml() public method

public toHtml ( ) : string
return string