public class AndroidZipFileHandle extends AndroidFileHandle
| Constructor and Description |
|---|
AndroidZipFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type) |
AndroidZipFileHandle(java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.files.FileHandle |
child(java.lang.String name) |
boolean |
exists() |
android.content.res.AssetFileDescriptor |
getAssetFileDescriptor() |
boolean |
isDirectory() |
long |
length() |
com.badlogic.gdx.files.FileHandle[] |
list() |
com.badlogic.gdx.files.FileHandle[] |
list(java.io.FileFilter filter) |
com.badlogic.gdx.files.FileHandle[] |
list(java.io.FilenameFilter filter) |
com.badlogic.gdx.files.FileHandle[] |
list(java.lang.String suffix) |
com.badlogic.gdx.files.FileHandle |
parent() |
java.io.InputStream |
read() |
com.badlogic.gdx.files.FileHandle |
sibling(java.lang.String name) |
file, lastModified, mapcopyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, extension, hashCode, map, mkdirs, moveTo, name, nameWithoutExtension, path, pathWithoutExtension, read, readBytes, readBytes, reader, reader, reader, reader, readString, readString, tempDirectory, tempFile, toString, type, write, write, write, writeBytes, writeBytes, writer, writer, writeString, writeStringpublic AndroidZipFileHandle(java.lang.String fileName)
public AndroidZipFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type)
public android.content.res.AssetFileDescriptor getAssetFileDescriptor()
throws java.io.IOException
getAssetFileDescriptor in class AndroidFileHandlejava.io.IOException - - thrown by AssetManager.openFd()public java.io.InputStream read()
read in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle child(java.lang.String name)
child in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle sibling(java.lang.String name)
sibling in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle parent()
parent in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle[] list()
list in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle[] list(java.io.FileFilter filter)
list in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle[] list(java.io.FilenameFilter filter)
list in class AndroidFileHandlepublic com.badlogic.gdx.files.FileHandle[] list(java.lang.String suffix)
list in class AndroidFileHandlepublic boolean isDirectory()
isDirectory in class AndroidFileHandlepublic long length()
length in class AndroidFileHandlepublic boolean exists()
exists in class AndroidFileHandle