C# Класс Glare.Assets.Formats.ZipFormat

Provides file format support for the ZipArchive.
Наследование: AssetFormat
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( AssetLoader loader ) : Asset

Load the zip archive.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

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

Приватные методы

Метод Описание
ZipFormat ( DefaultPlugin plugin ) : System

Описание методов

Load() публичный Метод

Load the zip archive.
public Load ( AssetLoader loader ) : Asset
loader AssetLoader
Результат Asset

LoadMatch() публичный Метод

Matches if the magic number matches ("PK\x03\x04").
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader AssetLoader
Результат LoadMatchStrength