C# Class Tmds.Sdp.NetworkStreamReader

Afficher le fichier Open project: bbc/sdp-test Class Usage Examples

Méthodes publiques

Méthode Description
NetworkStreamReader ( Stream stream ) : System
ReadByte ( ) : byte
ReadBytes ( int length ) : byte[]
ReadUInt16 ( ) : UInt16
ReadUInt32 ( ) : UInt32
Skip ( int length ) : void

Method Details

NetworkStreamReader() public méthode

public NetworkStreamReader ( Stream stream ) : System
stream Stream
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

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

ReadUInt16() public méthode

public ReadUInt16 ( ) : UInt16
Résultat System.UInt16

ReadUInt32() public méthode

public ReadUInt32 ( ) : UInt32
Résultat System.UInt32

Skip() public méthode

public Skip ( int length ) : void
length int
Résultat void