C# Class CSPspEmu.Hle.Formats.Cso.HeaderStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Alignment byte
BlockSize uint
HeaderSize uint
Magic uint
Reserved ushort
TotalBytes ulong
Version byte

Property Details

Alignment public property

+15 : align of index value
public byte Alignment
return byte

BlockSize public property

+10 : Size in bytes of the uncompressed block
public uint BlockSize
return uint

HeaderSize public property

+04 : header size (==0x18)
public uint HeaderSize
return uint

Magic public property

+00 : 'C','I','S','O'
public uint Magic
return uint

Reserved public property

+16 : reserved
public ushort Reserved
return ushort

TotalBytes public property

+08 : number of original data size
public ulong TotalBytes
return ulong

Version public property

+14 : version 01
public byte Version
return byte