C# Class HermaFx.Text.ZBase32Encoder

Inheritance: Base32Encoder
显示文件 Open project: evicertia/HermaFx

Public Methods

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

Method Details

Decode() public method

public Decode ( string data ) : byte[]
data string
return byte[]

Encode() public method

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

ZBase32Encoder() public method

public ZBase32Encoder ( ) : System
return System