C# 클래스 Axiom.Platform.Android.AndroidZipAssetArchiveFactory

상속: ArchiveFactory
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
AndroidZipAssetArchiveFactory ( AssetManager assets ) : System
CreateInstance ( string name ) : Axiom.FileSystem.Archive
DestroyInstance ( Axiom.FileSystem.Archive &obj ) : void

메소드 상세

AndroidZipAssetArchiveFactory() 공개 메소드

public AndroidZipAssetArchiveFactory ( AssetManager assets ) : System
assets AssetManager
리턴 System

CreateInstance() 공개 메소드

public CreateInstance ( string name ) : Axiom.FileSystem.Archive
name string
리턴 Axiom.FileSystem.Archive

DestroyInstance() 공개 메소드

public DestroyInstance ( Axiom.FileSystem.Archive &obj ) : void
obj Axiom.FileSystem.Archive
리턴 void