C# 클래스 Microsoft.Azure.Amqp.Encoding.MapEncoding

상속: EncodingBase
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( ByteBuffer buffer, FormatCode formatCode ) : AmqpMap
DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
Encode ( AmqpMap value, ByteBuffer buffer ) : void
EncodeObject ( object value, bool arrayEncoding, ByteBuffer buffer ) : void
GetEncodeSize ( AmqpMap value ) : int
GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
GetValueSize ( AmqpMap value ) : int
MapEncoding ( ) : System.Collections.Generic
ReadMapValue ( ByteBuffer buffer, AmqpMap map, int size, int count ) : void

비공개 메소드들

메소드 설명
Encode ( AmqpMap value, int width, int size, ByteBuffer buffer ) : void
GetEncodeWidth ( AmqpMap value ) : int

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( ByteBuffer buffer, FormatCode formatCode ) : AmqpMap
buffer ByteBuffer
formatCode FormatCode
리턴 AmqpMap

DecodeObject() 공개 메소드

public DecodeObject ( ByteBuffer buffer, FormatCode formatCode ) : object
buffer ByteBuffer
formatCode FormatCode
리턴 object

Encode() 공개 정적인 메소드

public static Encode ( AmqpMap value, ByteBuffer buffer ) : void
value AmqpMap
buffer ByteBuffer
리턴 void

EncodeObject() 공개 메소드

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

GetEncodeSize() 공개 정적인 메소드

public static GetEncodeSize ( AmqpMap value ) : int
value AmqpMap
리턴 int

GetObjectEncodeSize() 공개 메소드

public GetObjectEncodeSize ( object value, bool arrayEncoding ) : int
value object
arrayEncoding bool
리턴 int

GetValueSize() 공개 정적인 메소드

public static GetValueSize ( AmqpMap value ) : int
value AmqpMap
리턴 int

MapEncoding() 공개 메소드

public MapEncoding ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ReadMapValue() 공개 정적인 메소드

public static ReadMapValue ( ByteBuffer buffer, AmqpMap map, int size, int count ) : void
buffer ByteBuffer
map AmqpMap
size int
count int
리턴 void