C# 클래스 Glare.Assets.Formats.ZipFormat

Provides file format support for the ZipArchive.
상속: AssetFormat
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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