BplusDotNet.hBplusTreeBytes.Initialize C# (CSharp) 메소드

Initialize() 공개 정적인 메소드

public static Initialize ( System treefile, System blockfile, int PrefixLength ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
리턴 hBplusTreeBytes
        public static new hBplusTreeBytes Initialize(System.IO.Stream treefile, System.IO.Stream blockfile, int PrefixLength)
        {
            return new hBplusTreeBytes(
                BplusTreeBytes.Initialize(treefile, blockfile, PrefixLength),
                PrefixLength);
        }

Same methods

hBplusTreeBytes::Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTreeBytes
hBplusTreeBytes::Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes
hBplusTreeBytes::Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTreeBytes
hBplusTreeBytes::Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTreeBytes
hBplusTreeBytes::Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTreeBytes