C# Class Microsoft.Azure.Amqp.Encoding.UByteEncoding

Inheritance: EncodingBase
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
Decode ( ByteBuffer buffer, FormatCode formatCode ) : byte?
DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
Encode ( byte value, ByteBuffer buffer ) : void
EncodeObject ( object value, bool arrayEncoding, ByteBuffer buffer ) : void
GetEncodeSize ( byte value ) : int
GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
UByteEncoding ( )

Method Details

Decode() public static méthode

public static Decode ( ByteBuffer buffer, FormatCode formatCode ) : byte?
buffer ByteBuffer
formatCode FormatCode
Résultat byte?

DecodeObject() public méthode

public DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
buffer ByteBuffer
formatCode FormatCode
Résultat object

Encode() public static méthode

public static Encode ( byte value, ByteBuffer buffer ) : void
value byte
buffer ByteBuffer
Résultat void

EncodeObject() public méthode

public EncodeObject ( object value, bool arrayEncoding, ByteBuffer buffer ) : void
value object
arrayEncoding bool
buffer ByteBuffer
Résultat void

GetEncodeSize() public static méthode

public static GetEncodeSize ( byte value ) : int
value byte
Résultat int

GetObjectEncodeSize() public méthode

public GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
value object
arrayEncoding bool
Résultat int

UByteEncoding() public méthode

public UByteEncoding ( )