C# Class SerahToolkit_SharpGL.RosettaStone.CharTableProvider

显示文件 Open project: MaKiPL/FF8-Rinoa-s-Toolset

Public Methods

Method Description
CharTableProvider ( ) : System
Cipher ( string _in ) : byte[]
Decipher ( string _in ) : string
Decipher ( byte _in ) : string[]

Private Methods

Method Description
LocateChar ( byte a ) : uint

Method Details

CharTableProvider() public method

public CharTableProvider ( ) : System
return System

Cipher() public method

public Cipher ( string _in ) : byte[]
_in string
return byte[]

Decipher() public method

public Decipher ( string _in ) : string
_in string
return string

Decipher() public method

public Decipher ( byte _in ) : string[]
_in byte
return string[]