C# Class RocksmithToolkitLib.PsarcLoader.PSARC.Header

ファイルを表示 Open project: rscustom/rocksmith-custom-song-toolkit

Public Properties

Property Type Description
ArchiveFlags uint
BlockSizeAlloc uint
CompressionMethod uint
MagicNumber uint
NumFiles uint
TOCEntrySize uint
TotalTOCSize uint
VersionNumber uint

Public Methods

Method Description
Header ( ) : System

Method Details

Header() public method

public Header ( ) : System
return System

Property Details

ArchiveFlags public_oe property

public uint ArchiveFlags
return uint

BlockSizeAlloc public_oe property

public uint BlockSizeAlloc
return uint

CompressionMethod public_oe property

public uint CompressionMethod
return uint

MagicNumber public_oe property

public uint MagicNumber
return uint

NumFiles public_oe property

public uint NumFiles
return uint

TOCEntrySize public_oe property

public uint TOCEntrySize
return uint

TotalTOCSize public_oe property

public uint TotalTOCSize
return uint

VersionNumber public_oe property

public uint VersionNumber
return uint