C# Class GSF.IO.Unmanaged.BinaryStreamPointerWrapper

Creates a BinaryStreamBase that wraps a single pointer.
Inheritance: BinaryStreamPointerBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
BinaryStreamPointerWrapper ( byte stream, int length ) : System

Creates a BinaryStreamPointerWrapper.

UpdateLocalBuffer ( bool isWriting ) : void

Updates the local buffer data.

Method Details

BinaryStreamPointerWrapper() public méthode

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.
Résultat System

UpdateLocalBuffer() public méthode

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