C# 클래스 BaseNcoding.Base64

상속: Base
파일 보기 프로젝트 열기: KvanTTT/BaseNcoding

공개 메소드들

메소드 설명
Base64 ( string alphabet = DefaultAlphabet, char special = DefaultSpecial, Encoding textEncoding = null, bool parallel = false ) : System
Decode ( string data ) : byte[]
Encode ( byte data ) : string

비공개 메소드들

메소드 설명
DecodeBlock ( string src, byte dst, int beginInd, int endInd ) : void
EncodeBlock ( byte src, char dst, int beginInd, int endInd ) : void

메소드 상세

Base64() 공개 메소드

public Base64 ( string alphabet = DefaultAlphabet, char special = DefaultSpecial, Encoding textEncoding = null, bool parallel = false ) : System
alphabet string
special char
textEncoding System.Text.Encoding
parallel bool
리턴 System

Decode() 공개 메소드

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

Encode() 공개 메소드

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