C# Class GSF.Snap.Tree.SortedTreeHeader

Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockSize int
LastAllocatedBlock uint
RootNodeIndexAddress uint
RootNodeLevel byte
TreeNodeType EncodingDefinition

Méthodes publiques

Méthode 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 méthode

Loads the header.
public LoadHeader ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
Résultat void

SaveHeader() public méthode

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
Résultat void

Property Details

BlockSize public_oe property

public int BlockSize
Résultat int

LastAllocatedBlock public_oe property

public uint LastAllocatedBlock
Résultat uint

RootNodeIndexAddress public_oe property

public uint RootNodeIndexAddress
Résultat uint

RootNodeLevel public_oe property

public byte RootNodeLevel
Résultat byte

TreeNodeType public_oe property

public EncodingDefinition TreeNodeType
Résultat EncodingDefinition