Trees | Indices | Help |
|
---|
|
Macintosh binhex compression/decompression.
easy interface: binhex(inputfilename, outputfilename) hexbin(inputfilename, outputfilename)
|
|||
Error | |||
FInfo | |||
openrsrc | |||
_Hqxcoderengine Write data to the coder in 3-byte chunks |
|||
_Rlecoderengine Write data to the RLE-coder in suitably large chunks |
|||
BinHex | |||
_Hqxdecoderengine Read data via the decoder in 4-byte chunks |
|||
_Rledecoderengine Read data via the RLE-coder |
|||
HexBin |
|
|||
|
|||
|
|||
|
|||
|
|
|||
_DID_RSRC = 2
|
|||
_DID_DATA = 1
|
|||
_DID_HEADER = 0
|
|||
REASONABLY_LARGE = 32768
|
|||
LINELEN = 64
|
|||
RUNCHAR =
|
Imports: sys, os, struct, binascii, FSSpec, openrf
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:40:28 2008 | http://epydoc.sourceforge.net |