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

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

공개 메소드들

메소드 설명
GenerateBinaryImage ( byte buffer, int startIndex ) : int

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

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

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

VariableTableRegion ( ArchiveFileAllocationTable parent ) : System

Creates a new instance of the VariableTableRegion.

메소드 상세

GenerateBinaryImage() 공개 메소드

Generates binary image of the VariableTableRegion 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 VariableTableRegion 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

VariableTableRegion() 공개 메소드

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