C# Class d3.Util

ファイルを表示 Open project: fry/d3

Public Methods

Method Description
GetServiceHash ( string name ) : uint
ReadFixedUInt16 ( this s ) : ushort
ReadInt32 ( this s ) : int
ReadInt64 ( this s ) : long
ToHexString ( this data ) : string
WriteFixedUInt16 ( this s, ushort val ) : void

Method Details

GetServiceHash() public static method

public static GetServiceHash ( string name ) : uint
name string
return uint

ReadFixedUInt16() public static method

public static ReadFixedUInt16 ( this s ) : ushort
s this
return ushort

ReadInt32() public static method

public static ReadInt32 ( this s ) : int
s this
return int

ReadInt64() public static method

public static ReadInt64 ( this s ) : long
s this
return long

ToHexString() public static method

public static ToHexString ( this data ) : string
data this
return string

WriteFixedUInt16() public static method

public static WriteFixedUInt16 ( this s, ushort val ) : void
s this
val ushort
return void