C# 클래스 MsgPack.MsgPackReader

파일 보기 프로젝트 열기: e-travel/msgpack 1 사용 예제들

공개 메소드들

메소드 설명
IsArray ( ) : bool
IsBoolean ( ) : bool
IsMap ( ) : bool
IsRaw ( ) : bool
IsSigned ( ) : bool
IsSigned64 ( ) : bool
IsUnsigned ( ) : bool
IsUnsigned64 ( ) : bool
MsgPackReader ( Stream strm ) : System
Read ( ) : bool
ReadRawGuid ( ) : System.Guid
ReadRawString ( ) : string
ReadRawString ( byte buf ) : string
ReadValueRaw ( byte buf, int offset, int count ) : int

메소드 상세

IsArray() 공개 메소드

public IsArray ( ) : bool
리턴 bool

IsBoolean() 공개 메소드

public IsBoolean ( ) : bool
리턴 bool

IsMap() 공개 메소드

public IsMap ( ) : bool
리턴 bool

IsRaw() 공개 메소드

public IsRaw ( ) : bool
리턴 bool

IsSigned() 공개 메소드

public IsSigned ( ) : bool
리턴 bool

IsSigned64() 공개 메소드

public IsSigned64 ( ) : bool
리턴 bool

IsUnsigned() 공개 메소드

public IsUnsigned ( ) : bool
리턴 bool

IsUnsigned64() 공개 메소드

public IsUnsigned64 ( ) : bool
리턴 bool

MsgPackReader() 공개 메소드

public MsgPackReader ( Stream strm ) : System
strm Stream
리턴 System

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadRawGuid() 공개 메소드

public ReadRawGuid ( ) : System.Guid
리턴 System.Guid

ReadRawString() 공개 메소드

public ReadRawString ( ) : string
리턴 string

ReadRawString() 공개 메소드

public ReadRawString ( byte buf ) : string
buf byte
리턴 string

ReadValueRaw() 공개 메소드

public ReadValueRaw ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
리턴 int