C# Class Rsdn.Janus.Framework.Networking.ResourceReader

Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
Read ( IntPtr pv, int count, int &bytesRead ) : bool
Reset ( ) : void
ResourceReader ( byte bytes ) : System
ResourceReader ( byte bytes, int startPosition ) : System

Method Details

Read() public méthode

public Read ( IntPtr pv, int count, int &bytesRead ) : bool
pv System.IntPtr
count int
bytesRead int
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

ResourceReader() public méthode

public ResourceReader ( byte bytes ) : System
bytes byte
Résultat System

ResourceReader() public méthode

public ResourceReader ( byte bytes, int startPosition ) : System
bytes byte
startPosition int
Résultat System