SortedTreeTKey, TValueCreate(BinaryStreamPointerBase, Int32) Method

Creates a new fixed size SortedTree using the provided stream.

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
)

Parameters

stream  BinaryStreamPointerBase
Source stream.
blockSize  Int32
Block size.

Return Value

SortedTreeTKey, TValue
New fixed size SortedTree using the provided stream.

See Also