C# Class Glare.Assets.Formats.ZipFormat

Provides file format support for the ZipArchive.
Inheritance: AssetFormat
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Load ( AssetLoader loader ) : Asset

Load the zip archive.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Matches if the magic number matches ("PK\x03\x04").

Private Methods

Method Description
ZipFormat ( DefaultPlugin plugin ) : System

Method Details

Load() public method

Load the zip archive.
public Load ( AssetLoader loader ) : Asset
loader AssetLoader
return Asset

LoadMatch() public method

Matches if the magic number matches ("PK\x03\x04").
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader AssetLoader
return LoadMatchStrength