C# 클래스 Whalin.Caching.Memcached.NativeHandler

파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

공개 메소드들

메소드 설명
Decode ( byte bytes ) : Object
DecodeBool ( byte bytes ) : bool
DecodeByte ( byte bytes ) : byte
DecodeCharacter ( byte bytes ) : char
DecodeDate ( byte bytes ) : System.DateTime
DecodeDouble ( byte bytes ) : double
DecodeFloat ( byte bytes ) : float
DecodeInteger ( byte bytes ) : Int32
DecodeLong ( byte bytes ) : long
DecodeShort ( byte bytes ) : short
DecodeString ( byte bytes ) : string
DecodeStringBuilder ( byte bytes ) : StringBuilder
Encode ( System.DateTime value ) : byte[]
Encode ( StringBuilder value ) : byte[]
Encode ( bool value ) : byte[]
Encode ( byte value ) : byte[]
Encode ( char value ) : byte[]
Encode ( double value ) : byte[]
Encode ( float value ) : byte[]
Encode ( int value ) : byte[]
Encode ( long value ) : byte[]
Encode ( object value ) : byte[]
Encode ( short value ) : byte[]
Encode ( string value ) : byte[]
GetBytes ( int value ) : byte[]
GetBytes ( long value ) : byte[]
IsHandled ( object value ) : bool
ToInt ( byte bytes ) : int
ToLong ( byte bytes ) : long

비공개 메소드들

메소드 설명
GetLocalizedString ( string key ) : string
NativeHandler ( ) : System

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( byte bytes ) : Object
bytes byte
리턴 Object

DecodeBool() 공개 정적인 메소드

public static DecodeBool ( byte bytes ) : bool
bytes byte
리턴 bool

DecodeByte() 공개 정적인 메소드

public static DecodeByte ( byte bytes ) : byte
bytes byte
리턴 byte

DecodeCharacter() 공개 정적인 메소드

public static DecodeCharacter ( byte bytes ) : char
bytes byte
리턴 char

DecodeDate() 공개 정적인 메소드

public static DecodeDate ( byte bytes ) : System.DateTime
bytes byte
리턴 System.DateTime

DecodeDouble() 공개 정적인 메소드

public static DecodeDouble ( byte bytes ) : double
bytes byte
리턴 double

DecodeFloat() 공개 정적인 메소드

public static DecodeFloat ( byte bytes ) : float
bytes byte
리턴 float

DecodeInteger() 공개 정적인 메소드

public static DecodeInteger ( byte bytes ) : Int32
bytes byte
리턴 System.Int32

DecodeLong() 공개 정적인 메소드

public static DecodeLong ( byte bytes ) : long
bytes byte
리턴 long

DecodeShort() 공개 정적인 메소드

public static DecodeShort ( byte bytes ) : short
bytes byte
리턴 short

DecodeString() 공개 정적인 메소드

public static DecodeString ( byte bytes ) : string
bytes byte
리턴 string

DecodeStringBuilder() 공개 정적인 메소드

public static DecodeStringBuilder ( byte bytes ) : StringBuilder
bytes byte
리턴 StringBuilder

Encode() 공개 정적인 메소드

public static Encode ( System.DateTime value ) : byte[]
value System.DateTime
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( StringBuilder value ) : byte[]
value StringBuilder
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( bool value ) : byte[]
value bool
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( byte value ) : byte[]
value byte
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( char value ) : byte[]
value char
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( double value ) : byte[]
value double
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( float value ) : byte[]
value float
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( int value ) : byte[]
value int
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( long value ) : byte[]
value long
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( object value ) : byte[]
value object
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( short value ) : byte[]
value short
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( string value ) : byte[]
value string
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( int value ) : byte[]
value int
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( long value ) : byte[]
value long
리턴 byte[]

IsHandled() 공개 정적인 메소드

public static IsHandled ( object value ) : bool
value object
리턴 bool

ToInt() 공개 정적인 메소드

public static ToInt ( byte bytes ) : int
bytes byte
리턴 int

ToLong() 공개 정적인 메소드

public static ToLong ( byte bytes ) : long
bytes byte
리턴 long