C# 클래스 Tmds.Sdp.NetworkStreamReader

파일 보기 프로젝트 열기: bbc/sdp-test 1 사용 예제들

공개 메소드들

메소드 설명
NetworkStreamReader ( Stream stream ) : System
ReadByte ( ) : byte
ReadBytes ( int length ) : byte[]
ReadUInt16 ( ) : UInt16
ReadUInt32 ( ) : UInt32
Skip ( int length ) : void

메소드 상세

NetworkStreamReader() 공개 메소드

public NetworkStreamReader ( Stream stream ) : System
stream Stream
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int length ) : byte[]
length int
리턴 byte[]

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : UInt16
리턴 System.UInt16

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : UInt32
리턴 System.UInt32

Skip() 공개 메소드

public Skip ( int length ) : void
length int
리턴 void