Package pyffi :: Package formats :: Package bsa :: Class BsaFormat :: Class _Header
[hide private]
[frames] | no frames]

Class _Header

source code

                  object --+            
                           |            
      utils.graph.DetailNode --+        
                               |        
          utils.graph.GlobalNode --+    
                                   |    
object_models.xml.struct_.StructBase --+
                                       |
                                      BsaFormat._Header
Known Subclasses:

Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: __init__, __str__, deepcopy, fix_links, get_attribute, get_basic_attribute, get_detail_child_names, get_detail_child_nodes, get_global_child_nodes, get_global_display, get_hash, get_links, get_refs, get_size, get_strings, get_template_attribute, read, replace_global_node, set_attribute, set_basic_attribute, set_template_attribute, tree, write

Inherited from utils.graph.GlobalNode: get_global_child_edge_types, get_global_iterator

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator

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

Class Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.StructAttribute ob...
  _attrs = [<pyffi.object_models.xml.StructAttribute object at 0...
  _names = ['version', 'old_file_hashes_offset', 'num_old_files'...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  archive_flags
Various settings.
  file_flags
Seems to indicate what kinds of files are in the archive.
  folders
  folders_offset
Position in file where folder data starts.
  num_files
  num_folders
  num_old_files
  old_file_hashes_offset
  old_files
  total_file_name_length
Total length of all file names, including 0's.
  total_folder_name_length
Total length of all folder names, including 0's but not includingthe prefixed length byte.
  version
BSAx00 + version for Oblivion and up,x00x01x00x00 for Morrowind.

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2b887d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88810>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88890>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b888d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b889d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a10>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a50>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a90>,
...

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2b887d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88810>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88890>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b888d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b889d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a10>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a50>,
 <pyffi.object_models.xml.StructAttribute object at 0x2b88a90>,
...

_names

Value:
['version',
 'old_file_hashes_offset',
 'num_old_files',
 'old_files',
 'folders_offset',
 'archive_flags',
 'num_folders',
 'num_files',
...

Property Details [hide private]

archive_flags

Various settings.
Get Method:
<functools.partial object at 0x2b8cba8>

file_flags

Seems to indicate what kinds of files are in the archive.
Get Method:
<functools.partial object at 0x2b8e0a8>

folders

Get Method:
<functools.partial object at 0x2b8e158>

folders_offset

Position in file where folder data starts.
Get Method:
<functools.partial object at 0x2b8caa0>
Set Method:
<functools.partial object at 0x2b8caf8>

num_files

Get Method:
<functools.partial object at 0x2b8cd60>
Set Method:
<functools.partial object at 0x2b8cdb8>

num_folders

Get Method:
<functools.partial object at 0x2b8cc58>
Set Method:
<functools.partial object at 0x2b8ccb0>

num_old_files

Get Method:
<functools.partial object at 0x2b8c8e8>
Set Method:
<functools.partial object at 0x2b8c940>

old_file_hashes_offset

Get Method:
<functools.partial object at 0x2b8c7e0>
Set Method:
<functools.partial object at 0x2b8c838>

old_files

Get Method:
<functools.partial object at 0x2b8c9f0>

total_file_name_length

Total length of all file names, including 0's.
Get Method:
<functools.partial object at 0x2b8cf70>
Set Method:
<functools.partial object at 0x2b8cfc8>

total_folder_name_length

Total length of all folder names, including 0's but not includingthe prefixed length byte.
Get Method:
<functools.partial object at 0x2b8ce68>
Set Method:
<functools.partial object at 0x2b8cec0>

version

BSAx00 + version for Oblivion and up,x00x01x00x00 for Morrowind.
Get Method:
<functools.partial object at 0x2b8c6d8>
Set Method:
<functools.partial object at 0x2b8c730>