C# Class CSPspEmu.Hle.Formats.Dax.BlockInfo

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
IsCompressed bool
Length ushort
Position uint

Property Details

IsCompressed public property

public bool IsCompressed
return bool

Length public property

public ushort Length
return ushort

Position public property

Data containing information about the position and about if the block is compresed or not.
public uint Position
return uint