C# Класс GSF.Snap.Tree.SortedTreeHeader

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BlockSize int
LastAllocatedBlock uint
RootNodeIndexAddress uint
RootNodeLevel byte
TreeNodeType EncodingDefinition

Открытые методы

Метод Описание
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.

Описание методов

LoadHeader() публичный Метод

Loads the header.
public LoadHeader ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
Результат void

SaveHeader() публичный Метод

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
Результат void

Описание свойств

BlockSize публичное свойство

public int BlockSize
Результат int

LastAllocatedBlock публичное свойство

public uint LastAllocatedBlock
Результат uint

RootNodeIndexAddress публичное свойство

public uint RootNodeIndexAddress
Результат uint

RootNodeLevel публичное свойство

public byte RootNodeLevel
Результат byte

TreeNodeType публичное свойство

public EncodingDefinition TreeNodeType
Результат EncodingDefinition