C# 클래스 BinaryReaderBigEndian, msgpack

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

공개 메소드들

메소드 설명
BinaryReaderBigEndian ( Stream input ) : System
Close ( ) : void
Dispose ( ) : void
Read ( byte buf, int index, int count ) : int
ReadByte ( ) : byte
ReadBytes ( int count ) : byte[]
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSByte ( ) : sbyte
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FillBuffer ( int numBytes ) : void

비공개 메소드들

메소드 설명
ThrowEndOfStream ( ) : void
ThrowFileNotOpen ( ) : void

메소드 상세

BinaryReaderBigEndian() 공개 메소드

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

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FillBuffer() 보호된 메소드

protected FillBuffer ( int numBytes ) : void
numBytes int
리턴 void

Read() 공개 메소드

public Read ( byte buf, int index, int count ) : int
buf byte
index int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSByte() 공개 메소드

public ReadSByte ( ) : sbyte
리턴 sbyte

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong