C# 클래스 GSF.Snap.Tree.SortedTreeHeader

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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