C# 클래스 BplusDotNet.hBplusTreeBytes

Btree mapping unlimited length key strings to fixed length hash values
상속: xBplusTreeBytes
파일 보기 프로젝트 열기: benaston/BTree 1 사용 예제들

공개 메소드들

메소드 설명
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