| binhex | index /usr/lib/python2.1/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' _DID_DATA = 1 _DID_HEADER = 0 _DID_RSRC = 2 __all__ = ['binhex', 'hexbin', 'Error'] __file__ = '/usr/lib/python2.1/binhex.pyc' __name__ = 'binhex' | ||