C# 클래스 GSF.Historian.Files.ArchiveFileAllocationTable.FixedTableRegion

Defines the fixed table region of the ArchiveFileAllocationTable.
상속: ISupportBinaryImage
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
FixedTableRegion ( ArchiveFileAllocationTable parent ) : System

Creates a new instance of the FixedTableRegion.

GenerateBinaryImage ( byte buffer, int startIndex ) : int

Generates binary image of the FixedTableRegion and copies it into the given buffer, for BinaryLength bytes.

ParseBinaryImage ( byte buffer, int startIndex, int length ) : int

Initializes FixedTableRegion by parsing the specified buffer containing a binary image.

메소드 상세

FixedTableRegion() 공개 메소드

Creates a new instance of the FixedTableRegion.
public FixedTableRegion ( ArchiveFileAllocationTable parent ) : System
parent ArchiveFileAllocationTable Reference to parent .
리턴 System

GenerateBinaryImage() 공개 메소드

Generates binary image of the FixedTableRegion and copies it into the given buffer, for BinaryLength bytes.
is null. /// or is less than 0 -or- /// and will exceed length. ///
public GenerateBinaryImage ( byte buffer, int startIndex ) : int
buffer byte Buffer used to hold generated binary image of the source object.
startIndex int 0-based starting index in the to start writing.
리턴 int

ParseBinaryImage() 공개 메소드

Initializes FixedTableRegion by parsing the specified buffer containing a binary image.
is null. /// or is less than 0 -or- /// and will exceed length. ///
public ParseBinaryImage ( byte buffer, int startIndex, int length ) : int
buffer byte Buffer containing binary image to parse.
startIndex int 0-based starting index in the to start parsing.
length int Valid number of bytes within from .
리턴 int