C# Class Data_ripper.Text.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