Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | GzipFile |
Functions | |
def | write32 |
def | write32u |
def | read32 |
def | open |
Variables | |
list | __all__ = ["GzipFile","open"] |
Functions that read and write gzipped files. The user of the file doesn't have to worry about the compression, but random access is not allowed.
def gzip.write32 | ( | output, | |
value | |||
) |
def gzip.write32u | ( | output, | |
value | |||
) |