C# 클래스 GSF.IO.Unmanaged.BinaryStreamPointerWrapper

Creates a BinaryStreamBase that wraps a single pointer.
상속: BinaryStreamPointerBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
BinaryStreamPointerWrapper ( byte stream, int length ) : System

Creates a BinaryStreamPointerWrapper.

UpdateLocalBuffer ( bool isWriting ) : void

Updates the local buffer data.

메소드 상세

BinaryStreamPointerWrapper() 공개 메소드

Creates a BinaryStreamPointerWrapper.
public BinaryStreamPointerWrapper ( byte stream, int length ) : System
stream byte the byte pointer that starts the stream
length int the valid length of the pointer.
리턴 System

UpdateLocalBuffer() 공개 메소드

Updates the local buffer data.
public UpdateLocalBuffer ( bool isWriting ) : void
isWriting bool hints to the stream if write access is desired.
리턴 void