C# Class FSO.Files.Formats.PiffEncoder

显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
GeneratePiff ( IffFile iff, HashSet allowedTypes, HashSet disallowedTypes ) : IffFile
MakeChunkDiff ( IffChunk chk ) : PIFFEntry

Method Details

GeneratePiff() public static method

public static GeneratePiff ( IffFile iff, HashSet allowedTypes, HashSet disallowedTypes ) : IffFile
iff IffFile
allowedTypes HashSet
disallowedTypes HashSet
return IffFile

MakeChunkDiff() public static method

public static MakeChunkDiff ( IffChunk chk ) : PIFFEntry
chk FSO.Files.Formats.IFF.IffChunk
return FSO.Files.Formats.IFF.Chunks.PIFFEntry