C# 클래스 CSharpRTMP.Common.N2HBinaryReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
N2HBinaryReader ( Stream input ) : System
N2HBinaryReader ( Stream input, Encoding encoding ) : System
Read24 ( ) : int
Read7BitLongValue ( ) : ulong
Read7BitValue ( ) : uint
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSU32 ( ) : uint
ReadString8 ( ) : string
ReadU24 ( ) : uint
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
Shrink ( uint rest ) : void
_ReadUInt32 ( ) : uint
this ( int index ) : byte

비공개 메소드들

메소드 설명
_ReadInt32 ( ) : int

메소드 상세

N2HBinaryReader() 공개 메소드

public N2HBinaryReader ( Stream input ) : System
input Stream
리턴 System

N2HBinaryReader() 공개 메소드

public N2HBinaryReader ( Stream input, Encoding encoding ) : System
input Stream
encoding System.Text.Encoding
리턴 System

Read24() 공개 메소드

public Read24 ( ) : int
리턴 int

Read7BitLongValue() 공개 메소드

public Read7BitLongValue ( ) : ulong
리턴 ulong

Read7BitValue() 공개 메소드

public Read7BitValue ( ) : uint
리턴 uint

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSU32() 공개 메소드

public ReadSU32 ( ) : uint
리턴 uint

ReadString8() 공개 메소드

public ReadString8 ( ) : string
리턴 string

ReadU24() 공개 메소드

public ReadU24 ( ) : uint
리턴 uint

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong

Shrink() 공개 메소드

public Shrink ( uint rest ) : void
rest uint
리턴 void

_ReadUInt32() 공개 메소드

public _ReadUInt32 ( ) : uint
리턴 uint

this() 공개 메소드

public this ( int index ) : byte
index int
리턴 byte