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

Exibir arquivo Open project: rsdn/janus Class Usage Examples

Public Methods

Method 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 method

public Read ( IntPtr pv, int count, int &bytesRead ) : bool
pv System.IntPtr
count int
bytesRead int
return bool

Reset() public method

public Reset ( ) : void
return void

ResourceReader() public method

public ResourceReader ( byte bytes ) : System
bytes byte
return System

ResourceReader() public method

public ResourceReader ( byte bytes, int startPosition ) : System
bytes byte
startPosition int
return System