Example usage for com.badlogic.gdx.backends.android AndroidZipFileHandle AndroidZipFileHandle

List of usage examples for com.badlogic.gdx.backends.android AndroidZipFileHandle AndroidZipFileHandle

Introduction

In this page you can find the example usage for com.badlogic.gdx.backends.android AndroidZipFileHandle AndroidZipFileHandle.

Prototype

public AndroidZipFileHandle(String fileName) 

Source Link

Usage

From source file:com.badlogic.gdx.tests.android.ZipFileHandleResolver.java

License:Apache License

@Override
public FileHandle resolve(String fileName) {
    return new AndroidZipFileHandle(fileName);
}