BplusDotNet.hBplusTreeBytes.Initialize C# (CSharp) Method

Initialize() public static method

public static Initialize ( System treefile, System blockfile, int PrefixLength ) : hBplusTreeBytes
treefile System
blockfile System
PrefixLength int
return 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