C# Class Medusa.Siren.IO.Base91

显示文件 Open project: fjz13/Medusa

Public Methods

Method Description
Decode ( string input ) : byte[]
Encode ( byte input ) : string

Private Methods

Method Description
Base91 ( ) : System.Collections.Generic
InitDecodeTable ( ) : void

Method Details

Decode() public static method

public static Decode ( string input ) : byte[]
input string
return byte[]

Encode() public static method

public static Encode ( byte input ) : string
input byte
return string