Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | Error |
class | FInfo |
class | openrsrc |
class | _Hqxcoderengine |
class | _Rlecoderengine |
class | BinHex |
class | _Hqxdecoderengine |
class | _Rledecoderengine |
class | HexBin |
Functions | |
def | FInfo |
def | getfileinfo |
def | openrsrc |
def | binhex |
def | hexbin |
Variables | |
list | __all__ = ["binhex","hexbin","Error"] |
openrf = MacOS.openrf | |
Macintosh binhex compression/decompression. easy interface: binhex(inputfilename, outputfilename) hexbin(inputfilename, outputfilename)
def binhex.binhex | ( | inp, | |
out | |||
) |
(infilename, outfilename) - Create binhex-encoded copy of a file
Definition at line 257 of file binhex.py.
References getfileinfo(), and aifc.open().
def binhex.FInfo | ( | ) |
def getfileinfo | ( | name) |
def binhex.hexbin | ( | inp, | |
out | |||
) |
(infilename, outfilename) - Decode binhexed file
Definition at line 479 of file binhex.py.
References aifc.open().
def binhex.openrsrc | ( | name, | |
mode | |||
) |