C# 클래스 HermaFx.Text.ZBase32Encoder

상속: Base32Encoder
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
Decode ( string data ) : byte[]
Encode ( byte input ) : string
ZBase32Encoder ( ) : System

메소드 상세

Decode() 공개 메소드

public Decode ( string data ) : byte[]
data string
리턴 byte[]

Encode() 공개 메소드

public Encode ( byte input ) : string
input byte
리턴 string

ZBase32Encoder() 공개 메소드

public ZBase32Encoder ( ) : System
리턴 System