Package pyffi :: Module object_models :: Class ArchiveFileFormat
[hide private]
[frames] | no frames]

Class ArchiveFileFormat

source code

object --+    
         |    
FileFormat --+
             |
            ArchiveFileFormat

This class is the base class for all archive file formats. It implements incremental reading and writing of archive files.
Nested Classes [hide private]
  Data
Base class for representing archive data.
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from FileFormat: name_attribute, name_class, name_parts, walk, walkData

Static Methods [hide private]

Inherited from FileFormat: version_number

Class Variables [hide private]

Inherited from FileFormat: ARCHIVE_CLASSES, RE_FILENAME

Properties [hide private]

Inherited from object: __class__