C# Class FSO.Files.Formats.IFF.Chunks.PIFFEntry

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ChunkFlags ushort
ChunkID ushort
ChunkLabel string
Delete bool
NewChunkID ushort
NewDataSize uint
Patches PIFFPatch[]
Type string

Public Methods

Method Description
Apply ( byte src ) : byte[]

Method Details

Apply() public method

public Apply ( byte src ) : byte[]
src byte
return byte[]

Property Details

ChunkFlags public_oe property

public ushort ChunkFlags
return ushort

ChunkID public_oe property

public ushort ChunkID
return ushort

ChunkLabel public_oe property

public string ChunkLabel
return string

Delete public_oe property

public bool Delete
return bool

NewChunkID public_oe property

public ushort NewChunkID
return ushort

NewDataSize public_oe property

public uint NewDataSize
return uint

Patches public_oe property

public PIFFPatch[] Patches
return PIFFPatch[]

Type public_oe property

public string Type
return string