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

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
ChunkFlags ushort
ChunkID ushort
ChunkLabel string
Delete bool
NewChunkID ushort
NewDataSize uint
Patches PIFFPatch[]
Type string

Méthodes publiques

Méthode Description
Apply ( byte src ) : byte[]

Method Details

Apply() public méthode

public Apply ( byte src ) : byte[]
src byte
Résultat byte[]

Property Details

ChunkFlags public_oe property

public ushort ChunkFlags
Résultat ushort

ChunkID public_oe property

public ushort ChunkID
Résultat ushort

ChunkLabel public_oe property

public string ChunkLabel
Résultat string

Delete public_oe property

public bool Delete
Résultat bool

NewChunkID public_oe property

public ushort NewChunkID
Résultat ushort

NewDataSize public_oe property

public uint NewDataSize
Résultat uint

Patches public_oe property

public PIFFPatch[] Patches
Résultat PIFFPatch[]

Type public_oe property

public string Type
Résultat string