C# 클래스 CSPspEmu.Hle.Formats.Cso.HeaderStruct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Alignment byte
BlockSize uint
HeaderSize uint
Magic uint
Reserved ushort
TotalBytes ulong
Version byte

프로퍼티 상세

Alignment 공개적으로 프로퍼티

+15 : align of index value
public byte Alignment
리턴 byte

BlockSize 공개적으로 프로퍼티

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

HeaderSize 공개적으로 프로퍼티

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

Magic 공개적으로 프로퍼티

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

Reserved 공개적으로 프로퍼티

+16 : reserved
public ushort Reserved
리턴 ushort

TotalBytes 공개적으로 프로퍼티

+08 : number of original data size
public ulong TotalBytes
리턴 ulong

Version 공개적으로 프로퍼티

+14 : version 01
public byte Version
리턴 byte