SL2 Analyzer
Read a FromSoftware .sl2 save and report what is in it
Loading...
Searching...
No Matches
sl2.bnd4.Bnd4Entry Class Reference

One decoded BND4 entry: its index and where its blob lives in the file. More...

Public Member Functions

 __init__ (self, index, offset, size)
 Construct from already-validated fields.
 

Public Attributes

 index
 
 offset
 
 size
 

Detailed Description

One decoded BND4 entry: its index and where its blob lives in the file.

Definition at line 18 of file bnd4.py.

Constructor & Destructor Documentation

◆ __init__()

sl2.bnd4.Bnd4Entry.__init__ (   self,
  index,
  offset,
  size 
)

Construct from already-validated fields.

Parameters
indexThe entry's position in the archive.
offsetByte offset of the entry blob inside the file.
sizeLength of the entry blob in bytes.

Definition at line 23 of file bnd4.py.

Member Data Documentation

◆ index

sl2.bnd4.Bnd4Entry.index

Definition at line 24 of file bnd4.py.

◆ offset

sl2.bnd4.Bnd4Entry.offset

Definition at line 25 of file bnd4.py.

◆ size

sl2.bnd4.Bnd4Entry.size

Definition at line 26 of file bnd4.py.


The documentation for this class was generated from the following file: