C# Class Bend.SimpleEncoder

Datei anzeigen Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
SimpleEncoder ( byte escape_list, byte escape_char ) : System
decode ( byte input ) : byte[]
encode ( byte input ) : byte[]

Private Methods

Method Description
char_pos ( byte ch, byte char_list ) : int

Method Details

SimpleEncoder() public method

public SimpleEncoder ( byte escape_list, byte escape_char ) : System
escape_list byte
escape_char byte
return System

decode() public method

public decode ( byte input ) : byte[]
input byte
return byte[]

encode() public method

public encode ( byte input ) : byte[]
input byte
return byte[]