Standard module binhex

binhex This module encodes and decodes files in binhex4 format, a format allowing representation of Macintosh files in ASCII. On the macintosh, both forks of a file and the finder information are encoded (or decoded), on other platforms only the data fork is handled. The binhex module defines the following functions:
\begin{funcdesc}{binhex}{input\, output}
Convert a binary file with filename \va...
...ect (any object supporting a \var{write} and \var{close}
method).
\end{funcdesc}

\begin{funcdesc}{hexbin}{input\optional{\, output}}
Decode a binhex file \var{in...
...y in which case the output filename is read from the
binhex file.
\end{funcdesc}


Subsections