C# Class hds.BufferHandler

Datei anzeigen Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

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

Method Details

BufferHandler() public method

public BufferHandler ( ) : System
return System

readByte() public static method

public static readByte ( byte &data, int &offset ) : byte
data byte
offset int
return byte

readBytes() public static method

public static readBytes ( byte &data, int &offset, int bytesNum ) : byte[]
data byte
offset int
bytesNum int
return byte[]