C# Class Mono.DataConverter.DataConverter.SwapConverter

Inheritance: DataConverter
ファイルを表示 Open project: runefs/Marvin

Public Methods

Method Description
GetDouble ( byte data, int index ) : double
GetFloat ( byte data, int index ) : float
GetInt16 ( byte data, int index ) : short
GetInt32 ( byte data, int index ) : int
GetInt64 ( byte data, int index ) : long
GetUInt16 ( byte data, int index ) : ushort
GetUInt32 ( byte data, int index ) : uint
GetUInt64 ( byte data, int index ) : ulong
PutBytes ( byte dest, int destIdx, double value ) : void
PutBytes ( byte dest, int destIdx, float value ) : void
PutBytes ( byte dest, int destIdx, int value ) : void
PutBytes ( byte dest, int destIdx, long value ) : void
PutBytes ( byte dest, int destIdx, short value ) : void
PutBytes ( byte dest, int destIdx, uint value ) : void
PutBytes ( byte dest, int destIdx, ulong value ) : void
PutBytes ( byte dest, int destIdx, ushort value ) : void

Method Details

GetDouble() public method

public GetDouble ( byte data, int index ) : double
data byte
index int
return double

GetFloat() public method

public GetFloat ( byte data, int index ) : float
data byte
index int
return float

GetInt16() public method

public GetInt16 ( byte data, int index ) : short
data byte
index int
return short

GetInt32() public method

public GetInt32 ( byte data, int index ) : int
data byte
index int
return int

GetInt64() public method

public GetInt64 ( byte data, int index ) : long
data byte
index int
return long

GetUInt16() public method

public GetUInt16 ( byte data, int index ) : ushort
data byte
index int
return ushort

GetUInt32() public method

public GetUInt32 ( byte data, int index ) : uint
data byte
index int
return uint

GetUInt64() public method

public GetUInt64 ( byte data, int index ) : ulong
data byte
index int
return ulong

PutBytes() public method

public PutBytes ( byte dest, int destIdx, double value ) : void
dest byte
destIdx int
value double
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, float value ) : void
dest byte
destIdx int
value float
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, int value ) : void
dest byte
destIdx int
value int
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, long value ) : void
dest byte
destIdx int
value long
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, short value ) : void
dest byte
destIdx int
value short
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, uint value ) : void
dest byte
destIdx int
value uint
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, ulong value ) : void
dest byte
destIdx int
value ulong
return void

PutBytes() public method

public PutBytes ( byte dest, int destIdx, ushort value ) : void
dest byte
destIdx int
value ushort
return void