C# Class Tmds.Sdp.NetworkStreamReader

Datei anzeigen Open project: bbc/sdp-test Class Usage Examples

Public Methods

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

Method Details

NetworkStreamReader() public method

public NetworkStreamReader ( Stream stream ) : System
stream Stream
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int length ) : byte[]
length int
return byte[]

ReadUInt16() public method

public ReadUInt16 ( ) : UInt16
return System.UInt16

ReadUInt32() public method

public ReadUInt32 ( ) : UInt32
return System.UInt32

Skip() public method

public Skip ( int length ) : void
length int
return void