SortedTreeTKey, TValueCreate(BinaryStreamPointerBase, Int32, EncodingDefinition) Method

Creates a new SortedTree writing to the provided streams and using the specified compression method for the tree node.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SortedTree<TKey, TValue> Create(
	BinaryStreamPointerBase stream,
	int blockSize,
	EncodingDefinition treeNodeType
)

Parameters

stream  BinaryStreamPointerBase
Source stream.
blockSize  Int32
Block size.
treeNodeType  EncodingDefinition
Encoding definition.

Return Value

SortedTreeTKey, TValue
New SortedTree writing to the provided streams and using the specified compression method for the tree node.

See Also