-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR
Andrew Lambert edited this page Jan 2, 2023
·
11 revisions
Protected Module USTAR
Contains all methods, properties, classes, etc. for handling Unix Standard TAR (USTAR) archives.
This module can be used by itself or in concert with one or more compression modules.
Compression module | Enabler | Default | Comment |
---|---|---|---|
zlib (part of this project) | USTAR.USE_ZLIB |
True |
For gzip or deflate compression. |
BZip2 (maintained separately) | USTAR.USE_BZIP |
False |
For BZip2 compression |
LZMA (maintained separately) | USTAR.USE_LZMA |
False |
For XZ compression. |
To enable a compression module set its "enabler" constant to True
and import the module into your project along with this module.
To use this module by itself without compression set all "enabler" constants to False
.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.