Method | Description | |
---|---|---|
SimpleEncoder ( byte escape_list, byte escape_char ) : System | ||
decode ( byte input ) : byte[] | ||
encode ( byte input ) : byte[] |
Method | Description | |
---|---|---|
char_pos ( byte ch, byte char_list ) : int |
public SimpleEncoder ( byte escape_list, byte escape_char ) : System | ||
escape_list | byte | |
escape_char | byte | |
return | System |