Skip to content
Andrew Lambert edited this page Jan 2, 2023 · 11 revisions

USTAR

Module declaration

 Protected Module USTAR

Remarks

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.

Classes

Methods

Enumerations

Entry-level points of interest denoted by "☜"



Clone this wiki locally