| binhex | index /usr/lib/python1.6/binhex.py |
Macintosh binhex compression/decompression.
easy interface:
binhex(inputfilename, outputfilename)
hexbin(inputfilename, outputfilename)
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| Error = 'binhex.Error' LINELEN = 64 REASONABLY_LARGE = 32768 RUNCHAR = '\220' _DID_DATA = 1 _DID_HEADER = 0 _DID_RSRC = 2 __file__ = '/usr/lib/python1.6/binhex.pyc' __name__ = 'binhex' | ||