SANEI 1.3.1.72-4c77c
|
ASCII codec for network and file transmissions. More...
Go to the source code of this file.
Functions | |
void | sanei_codec_ascii_init (Wire *w) |
Initialize the ascii codec. More... | |
ASCII codec for network and file transmissions.
Instead translating data to a byte stream this codec uses ASCII hex numbers. Therefore it can be used for streams that are not 8-bit clean or which can only use printable characters. It's currently used for saving/restoring data to/from disk.
void sanei_codec_ascii_init | ( | Wire * | w | ) |
Initialize the ascii codec.
Set the i/o functions of the Wire to those of the ASCII codec.
w | Wire |