C# Class mhe.ByteStream

Afficher le fichier Open project: icedmaster/mhe Class Usage Examples

Méthodes publiques

Méthode Description
ByteStream ( byte b ) : System
Read ( int num ) : string
ReadBytes ( int num ) : byte[]

Method Details

ByteStream() public méthode

public ByteStream ( byte b ) : System
b byte
Résultat System

Read() public méthode

public Read ( int num ) : string
num int
Résultat string

ReadBytes() public méthode

public ReadBytes ( int num ) : byte[]
num int
Résultat byte[]