C# 클래스 Data_ripper.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