C# 클래스 SerahToolkit_SharpGL.RosettaStone.CharTableProvider

파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset

공개 메소드들

메소드 설명
CharTableProvider ( ) : System
Cipher ( string _in ) : byte[]
Decipher ( string _in ) : string
Decipher ( byte _in ) : string[]

비공개 메소드들

메소드 설명
LocateChar ( byte a ) : uint

메소드 상세

CharTableProvider() 공개 메소드

public CharTableProvider ( ) : System
리턴 System

Cipher() 공개 메소드

public Cipher ( string _in ) : byte[]
_in string
리턴 byte[]

Decipher() 공개 메소드

public Decipher ( string _in ) : string
_in string
리턴 string

Decipher() 공개 메소드

public Decipher ( byte _in ) : string[]
_in byte
리턴 string[]