C# Class GSF.Snap.Tree.SortedTreeHeader

Mostrar archivo Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Properties

Property Type Description
BlockSize int
LastAllocatedBlock uint
RootNodeIndexAddress uint
RootNodeLevel byte
TreeNodeType EncodingDefinition

Public Methods

Method Description
LoadHeader ( BinaryStreamBase stream ) : void

Loads the header.

SaveHeader ( BinaryStreamBase stream ) : void

Writes the first page of the SortedTree as long as the IsDirty flag is set. After returning, the IsDirty flag is cleared.

Method Details

LoadHeader() public method

Loads the header.
public LoadHeader ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
return void

SaveHeader() public method

Writes the first page of the SortedTree as long as the IsDirty flag is set. After returning, the IsDirty flag is cleared.
public SaveHeader ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
return void

Property Details

BlockSize public_oe property

public int BlockSize
return int

LastAllocatedBlock public_oe property

public uint LastAllocatedBlock
return uint

RootNodeIndexAddress public_oe property

public uint RootNodeIndexAddress
return uint

RootNodeLevel public_oe property

public byte RootNodeLevel
return byte

TreeNodeType public_oe property

public EncodingDefinition TreeNodeType
return EncodingDefinition