RetroArch
Public Member Functions | Public Attributes | Static Private Attributes | List of all members
pkg.Header Class Reference
Inheritance diagram for pkg.Header:
[legend]
Collaboration diagram for pkg.Header:
[legend]

Public Member Functions

def __format__ (self)
 
def __str__ (self)
 
- Public Member Functions inherited from pkg.Struct
def string (cls, len, offset=0, encoding=None, stripNulls=False, value='')
 
def __init__ (self, func=None, unpack=None, **kwargs)
 
def __trace__ (self, frame, event, arg)
 
def __setattr__ (self, name, value)
 
def __getattr__ (self, name)
 
def __len__ (self)
 
def unpack (self, data, pos=0)
 
def pack (self)
 
def __getitem__ (self, value)
 

Public Attributes

 magic
 
 type
 
 pkgInfoOff
 
 unk1
 
 headSize
 
 itemCount
 
 packageSize
 
 dataOff
 
 dataSize
 
 contentID
 
 QADigest
 
 KLicensee
 

Static Private Attributes

 __endian__ = Struct.BE
 

Additional Inherited Members

- Static Public Attributes inherited from pkg.Struct
 int8 = StructType(('b', 1))
 
 uint8 = StructType(('B', 1))
 
 int16 = StructType(('h', 2))
 
 uint16 = StructType(('H', 2))
 
 int32 = StructType(('l', 4))
 
 uint32 = StructType(('L', 4))
 
 int64 = StructType(('q', 8))
 
 uint64 = StructType(('Q', 8))
 
 float = StructType(('f', 4))
 
 string = classmethod(string)
 
string LE = '<'
 
string BE = '>'
 

Member Function Documentation

◆ __format__()

def pkg.Header.__format__ (   self)

◆ __str__()

def pkg.Header.__str__ (   self)
Here is the call graph for this function:

Member Data Documentation

◆ __endian__

pkg.Header.__endian__ = Struct.BE
staticprivate

◆ contentID

pkg.Header.contentID

◆ dataOff

pkg.Header.dataOff

◆ dataSize

pkg.Header.dataSize

◆ headSize

pkg.Header.headSize

◆ itemCount

pkg.Header.itemCount

◆ KLicensee

pkg.Header.KLicensee

◆ magic

pkg.Header.magic

◆ packageSize

pkg.Header.packageSize

◆ pkgInfoOff

pkg.Header.pkgInfoOff

◆ QADigest

pkg.Header.QADigest

◆ type

pkg.Header.type

◆ unk1

pkg.Header.unk1

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