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

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

Méthodes publiques

Méthode Description
Decode ( ByteBuffer buffer, FormatCode formatCode ) : IList
DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
Encode ( IList value, ByteBuffer buffer ) : void
EncodeObject ( object value, bool arrayEncoding, ByteBuffer buffer ) : void
GetEncodeSize ( IList value ) : int
GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
GetValueSize ( IList value ) : int
ListEncoding ( ) : System.Collections

Private Methods

Méthode Description
Encode ( IList value, int width, int size, ByteBuffer buffer ) : void

Method Details

Decode() public static méthode

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

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 ( IList value, ByteBuffer buffer ) : void
value IList
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 ( IList value ) : int
value IList
Résultat int

GetObjectEncodeSize() public méthode

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

GetValueSize() public static méthode

public static GetValueSize ( IList value ) : int
value IList
Résultat int

ListEncoding() public méthode

public ListEncoding ( ) : System.Collections
Résultat System.Collections