C# 클래스 MsgPack.MessagePackString

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

Private Properties

프로퍼티 타입 설명
DecodeIfNeeded void
EncodeIfNeeded void
EqualsEncoded bool
MessagePackString System
SlowEquals bool
UnsafeFastEquals bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetBytes ( ) : byte[]
GetHashCode ( ) : int
GetString ( ) : string
GetUnderlyingType ( ) : Type
MessagePackString ( byte encoded, bool isBinary ) : System
MessagePackString ( string decoded ) : System
ToString ( ) : string
TryGetString ( ) : string
UnsafeGetBuffer ( ) : byte[]
UnsafeGetString ( ) : string

비공개 메소드들

메소드 설명
DecodeIfNeeded ( ) : void
EncodeIfNeeded ( ) : void
EqualsEncoded ( MessagePackString left, MessagePackString right ) : bool
MessagePackString ( MessagePackString other ) : System
SlowEquals ( byte x, byte y ) : bool
UnsafeFastEquals ( byte x, byte y ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

GetUnderlyingType() 공개 메소드

public GetUnderlyingType ( ) : Type
리턴 System.Type

MessagePackString() 공개 메소드

public MessagePackString ( byte encoded, bool isBinary ) : System
encoded byte
isBinary bool
리턴 System

MessagePackString() 공개 메소드

public MessagePackString ( string decoded ) : System
decoded string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetString() 공개 메소드

public TryGetString ( ) : string
리턴 string

UnsafeGetBuffer() 공개 메소드

public UnsafeGetBuffer ( ) : byte[]
리턴 byte[]

UnsafeGetString() 공개 메소드

public UnsafeGetString ( ) : string
리턴 string