C# Class BattleNet.BinaryDataType

Show file Open project: dkuwahara/AlphaBot

Public Methods

Method Description
BinaryDataType ( String file ) : System
Get ( int offset, int length, byte &output ) : System.Boolean

Method Details

BinaryDataType() public method

public BinaryDataType ( String file ) : System
file String
return System

Get() public method

public Get ( int offset, int length, byte &output ) : System.Boolean
offset int
length int
output byte
return System.Boolean