public class AndroidZipFileHandle extends AndroidFileHandle
| Constructor and Description |
|---|
AndroidZipFileHandle(File file,
Files.FileType type) |
AndroidZipFileHandle(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
FileHandle |
child(String name) |
boolean |
exists() |
android.content.res.AssetFileDescriptor |
getAssetFileDescriptor() |
boolean |
isDirectory() |
long |
length() |
FileHandle[] |
list() |
FileHandle[] |
list(FileFilter filter) |
FileHandle[] |
list(FilenameFilter filter) |
FileHandle[] |
list(String suffix) |
FileHandle |
parent() |
InputStream |
read() |
FileHandle |
sibling(String name) |
file, lastModifiedcopyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, extension, hashCode, 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(String fileName)
public AndroidZipFileHandle(File file, Files.FileType type)
public android.content.res.AssetFileDescriptor getAssetFileDescriptor()
throws IOException
getAssetFileDescriptor in class AndroidFileHandleIOException - - thrown by AssetManager.openFd()public InputStream read()
read in class AndroidFileHandlepublic FileHandle child(String name)
child in class AndroidFileHandlepublic FileHandle sibling(String name)
sibling in class AndroidFileHandlepublic FileHandle parent()
parent in class AndroidFileHandlepublic FileHandle[] list()
list in class AndroidFileHandlepublic FileHandle[] list(FileFilter filter)
list in class AndroidFileHandlepublic FileHandle[] list(FilenameFilter filter)
list in class AndroidFileHandlepublic FileHandle[] list(String suffix)
list in class AndroidFileHandlepublic boolean isDirectory()
isDirectory in class AndroidFileHandlepublic long length()
length in class AndroidFileHandlepublic boolean exists()
exists in class AndroidFileHandleCopyright © 2015. All rights reserved.