NodeTKeyInitializeNode Method

Initializes the node with the given binary stream and block size.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void InitializeNode(
	BinaryStreamPointerBase stream,
	int blockSize
)

Parameters

stream  BinaryStreamPointerBase
The binary stream containing the node data.
blockSize  Int32
The size of the node's data block.

Exceptions

ExceptionThrown if the method is called multiple times (duplicate initialization).

See Also