C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.BinaryConverter

파일 보기 프로젝트 열기: couchbaselabs/EnyimMemcached 1 사용 예제들

공개 메소드들

메소드 설명
DecodeInt32 ( ArraySegment segment, int offset ) : int
DecodeInt32 ( byte buffer, int offset ) : int
DecodeKey ( byte data ) : string
DecodeKey ( byte data, int index, int count ) : string
DecodeUInt16 ( byte buffer, int offset ) : ushort
DecodeUInt64 ( byte buffer, int offset ) : ulong
EncodeKey ( string key ) : byte[]
EncodeUInt16 ( uint value, byte buffer, int offset ) : void
EncodeUInt32 ( uint value, byte buffer, int offset ) : void
EncodeUInt64 ( ulong value, byte buffer, int offset ) : void

메소드 상세

DecodeInt32() 공개 정적인 메소드

public static DecodeInt32 ( ArraySegment segment, int offset ) : int
segment ArraySegment
offset int
리턴 int

DecodeInt32() 공개 정적인 메소드

public static DecodeInt32 ( byte buffer, int offset ) : int
buffer byte
offset int
리턴 int

DecodeKey() 공개 정적인 메소드

public static DecodeKey ( byte data ) : string
data byte
리턴 string

DecodeKey() 공개 정적인 메소드

public static DecodeKey ( byte data, int index, int count ) : string
data byte
index int
count int
리턴 string

DecodeUInt16() 공개 정적인 메소드

public static DecodeUInt16 ( byte buffer, int offset ) : ushort
buffer byte
offset int
리턴 ushort

DecodeUInt64() 공개 정적인 메소드

public static DecodeUInt64 ( byte buffer, int offset ) : ulong
buffer byte
offset int
리턴 ulong

EncodeKey() 공개 정적인 메소드

public static EncodeKey ( string key ) : byte[]
key string
리턴 byte[]

EncodeUInt16() 공개 정적인 메소드

public static EncodeUInt16 ( uint value, byte buffer, int offset ) : void
value uint
buffer byte
offset int
리턴 void

EncodeUInt32() 공개 정적인 메소드

public static EncodeUInt32 ( uint value, byte buffer, int offset ) : void
value uint
buffer byte
offset int
리턴 void

EncodeUInt64() 공개 정적인 메소드

public static EncodeUInt64 ( ulong value, byte buffer, int offset ) : void
value ulong
buffer byte
offset int
리턴 void