프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
public RTMPBinaryReader ( Stream stream ) : System | ||
stream | Stream | |
리턴 | System |
public RTMPBinaryReader ( Stream stream, bool leave_open ) : System | ||
stream | Stream | |
leave_open | bool | |
리턴 | System |