C# Class Data_ripper.Table

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
GetData ( string text ) : byte[]
GetText ( byte data ) : string
Table ( byte rawData, char textData ) : System
Table ( string path ) : System
Table ( string textValues, int values ) : System

Private Methods

Method Description
GetBytes ( long i ) : byte[]

Method Details

GetData() public method

public GetData ( string text ) : byte[]
text string
return byte[]

GetText() public method

public GetText ( byte data ) : string
data byte
return string

Table() public method

public Table ( byte rawData, char textData ) : System
rawData byte
textData char
return System

Table() public method

public Table ( string path ) : System
path string
return System

Table() public method

public Table ( string textValues, int values ) : System
textValues string
values int
return System