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