프로퍼티 | 타입 | 설명 | |
---|---|---|---|
alphabet | char[] | ||
padding | char |
메소드 | 설명 | |
---|---|---|
Decode ( string ascii ) : byte[] | ||
Encode ( byte binary ) : string | ||
Encode ( byte binary, bool pad ) : string | ||
Encode ( byte binary, int offset, int length, bool pad ) : string | ||
Main ( string args ) : void | ||
ValueFor ( char c ) : int |
메소드 | 설명 | |
---|---|---|
DecodeBlock ( byte data, int offset, string ascii, int a_off, int encl ) : void | ||
EncodeBlock ( char ascii_out, int ascii_off, byte bin, int offset, int block_length ) : void |
protected static DecodeBlock ( byte data, int offset, string ascii, int a_off, int encl ) : void | ||
data | byte | |
offset | int | |
ascii | string | |
a_off | int | |
encl | int | |
리턴 | void |
public static Encode ( byte binary, bool pad ) : string | ||
binary | byte | |
pad | bool | |
리턴 | string |
public static Encode ( byte binary, int offset, int length, bool pad ) : string | ||
binary | byte | |
offset | int | |
length | int | |
pad | bool | |
리턴 | string |
protected static EncodeBlock ( char ascii_out, int ascii_off, byte bin, int offset, int block_length ) : void | ||
ascii_out | char | |
ascii_off | int | |
bin | byte | |
offset | int | |
block_length | int | |
리턴 | void |