C# Class Data_ripper.Table

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetBytes ( long i ) : byte[]

Method Details

GetData() public méthode

public GetData ( string text ) : byte[]
text string
Résultat byte[]

GetText() public méthode

public GetText ( byte data ) : string
data byte
Résultat string

Table() public méthode

public Table ( byte rawData, char textData ) : System
rawData byte
textData char
Résultat System

Table() public méthode

public Table ( string path ) : System
path string
Résultat System

Table() public méthode

public Table ( string textValues, int values ) : System
textValues string
values int
Résultat System