C# Class hds.BufferHandler

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode Description
BufferHandler ( ) : System
readByte ( byte &data, int &offset ) : byte
readBytes ( byte &data, int &offset, int bytesNum ) : byte[]

Method Details

BufferHandler() public méthode

public BufferHandler ( ) : System
Résultat System

readByte() public static méthode

public static readByte ( byte &data, int &offset ) : byte
data byte
offset int
Résultat byte

readBytes() public static méthode

public static readBytes ( byte &data, int &offset, int bytesNum ) : byte[]
data byte
offset int
bytesNum int
Résultat byte[]