C# Класс BplusDotNet.hBplusTreeBytes

Btree mapping unlimited length key strings to fixed length hash values
Наследование: xBplusTreeBytes
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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

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

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

public static Initialize ( System treefile, System blockfile, int PrefixLength ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
Результат hBplusTreeBytes

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

public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
CultureId int
Результат hBplusTreeBytes

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

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
Результат hBplusTreeBytes

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

public static Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTreeBytes
treefileName string
blockfileName string
PrefixLength int
Результат hBplusTreeBytes

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

public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTreeBytes
treefileName string
blockfileName string
PrefixLength int
CultureId int
Результат hBplusTreeBytes

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

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
Результат hBplusTreeBytes

PrefixForByteCount() публичный Метод

public PrefixForByteCount ( string s, int maxbytecount ) : string
s string
maxbytecount int
Результат string

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

public static ReOpen ( System treefile, System blockfile ) : hBplusTreeBytes
treefile System
blockfile System
Результат hBplusTreeBytes

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

public static ReOpen ( string treefileName, string blockfileName ) : hBplusTreeBytes
treefileName string
blockfileName string
Результат hBplusTreeBytes

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

public static ReadOnly ( string treefileName, string blockfileName ) : hBplusTreeBytes
treefileName string
blockfileName string
Результат hBplusTreeBytes

hBplusTreeBytes() публичный Метод

public hBplusTreeBytes ( BplusTreeBytes tree, int hashLength ) : System
tree BplusTreeBytes
hashLength int
Результат System

toHtml() публичный Метод

public toHtml ( ) : string
Результат string