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

Inheritance: EncodingBase
Mostrar archivo Open project: Azure/azure-amqp

Public Methods

Method 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

Method Description
Encode ( IList value, int width, int size, ByteBuffer buffer ) : void

Method Details

Decode() public static method

public static Decode ( ByteBuffer buffer, FormatCode formatCode ) : IList
buffer ByteBuffer
formatCode FormatCode
return IList

DecodeObject() public method

public DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
buffer ByteBuffer
formatCode FormatCode
return object

Encode() public static method

public static Encode ( IList value, ByteBuffer buffer ) : void
value IList
buffer ByteBuffer
return void

EncodeObject() public method

public EncodeObject ( object value, bool arrayEncoding, ByteBuffer buffer ) : void
value object
arrayEncoding bool
buffer ByteBuffer
return void

GetEncodeSize() public static method

public static GetEncodeSize ( IList value ) : int
value IList
return int

GetObjectEncodeSize() public method

public GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
value object
arrayEncoding bool
return int

GetValueSize() public static method

public static GetValueSize ( IList value ) : int
value IList
return int

ListEncoding() public method

public ListEncoding ( ) : System.Collections
return System.Collections