C# Class MsgPack.MessagePackString

Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Private Properties

Свойство Type Description
DecodeIfNeeded void
EncodeIfNeeded void
EqualsEncoded bool
MessagePackString System
SlowEquals bool
UnsafeFastEquals bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetString() public méthode

public GetString ( ) : string
Résultat string

GetUnderlyingType() public méthode

public GetUnderlyingType ( ) : Type
Résultat System.Type

MessagePackString() public méthode

public MessagePackString ( byte encoded, bool isBinary ) : System
encoded byte
isBinary bool
Résultat System

MessagePackString() public méthode

public MessagePackString ( string decoded ) : System
decoded string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TryGetString() public méthode

public TryGetString ( ) : string
Résultat string

UnsafeGetBuffer() public méthode

public UnsafeGetBuffer ( ) : byte[]
Résultat byte[]

UnsafeGetString() public méthode

public UnsafeGetString ( ) : string
Résultat string