C# 클래스 PeerCastStation.FLV.RTMP.RTMPBinaryReader

상속: IDisposable
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
RTMPBinaryReader ( Stream stream ) : System
RTMPBinaryReader ( Stream stream, bool leave_open ) : System
RTMPBinaryReader ( byte bytes ) : System
ReadByte ( ) : byte
ReadBytes ( int len ) : byte[]
ReadInt32 ( ) : int
ReadUInt16 ( ) : int
ReadUInt24 ( ) : int
ReadUInt32 ( ) : long
ReadUInt32LE ( ) : long

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RTMPBinaryReader() 공개 메소드

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

RTMPBinaryReader() 공개 메소드

public RTMPBinaryReader ( Stream stream, bool leave_open ) : System
stream Stream
leave_open bool
리턴 System

RTMPBinaryReader() 공개 메소드

public RTMPBinaryReader ( byte bytes ) : System
bytes byte
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : int
리턴 int

ReadUInt24() 공개 메소드

public ReadUInt24 ( ) : int
리턴 int

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : long
리턴 long

ReadUInt32LE() 공개 메소드

public ReadUInt32LE ( ) : long
리턴 long