C# Class DotaMatches.DotaMatchesUtils

Mostrar archivo Open project: spew/dota-matches Class Usage Examples

Public Methods

Method Description
ExtractInteger ( byte bytes, int index ) : long
PackInteger ( ulong integer ) : byte[]

Method Details

ExtractInteger() public static method

public static ExtractInteger ( byte bytes, int index ) : long
bytes byte
index int
return long

PackInteger() public static method

public static PackInteger ( ulong integer ) : byte[]
integer ulong
return byte[]