C# 클래스 Data_ripper.Text.table

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
getData ( string text ) : byte[]
getText ( byte data ) : string
table ( byte rawData, char textData ) : System
table ( string path ) : System
table ( string textValues, int values ) : System

비공개 메소드들

메소드 설명
getBytes ( long i ) : byte[]

메소드 상세

getData() 공개 메소드

public getData ( string text ) : byte[]
text string
리턴 byte[]

getText() 공개 메소드

public getText ( byte data ) : string
data byte
리턴 string

table() 공개 메소드

public table ( byte rawData, char textData ) : System
rawData byte
textData char
리턴 System

table() 공개 메소드

public table ( string path ) : System
path string
리턴 System

table() 공개 메소드

public table ( string textValues, int values ) : System
textValues string
values int
리턴 System