| binhex | index /usr/local/lib/python2.3/binhex.py |
Macintosh binhex compression/decompression.
easy interface:
binhex(inputfilename, outputfilename)
hexbin(inputfilename, outputfilename)
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| LINELEN = 64 REASONABLY_LARGE = 32768 RUNCHAR = '\x90' __all__ = ['binhex', 'hexbin', 'Error'] | ||