| | |
- a2b_base64(...)
- (ascii) -> bin. Decode a line of base64 data
- a2b_hqx(...)
- ascii -> bin, done. Decode .hqx coding
- a2b_uu(...)
- (ascii) -> bin. Decode a line of uuencoded data
- b2a_base64(...)
- (bin) -> ascii. Base64-code line of data
- b2a_hqx(...)
- Encode .hqx data
- b2a_uu(...)
- (bin) -> ascii. Uuencode line of data
- crc32(...)
- (data, oldcrc = 0) -> newcrc. Compute CRC-32 incrementally
- crc_hqx(...)
- (data, oldcrc) -> newcrc. Compute hqx CRC incrementally
- rlecode_hqx(...)
- Binhex RLE-code binary data
- rledecode_hqx(...)
- Decode hexbin RLE-coded string
|