public class IOSFileHandle
extends com.badlogic.gdx.files.FileHandle
| Modifier | Constructor and Description |
|---|---|
protected |
IOSFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type) |
protected |
IOSFileHandle(java.lang.String fileName,
com.badlogic.gdx.Files.FileType type) |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.files.FileHandle |
child(java.lang.String name) |
java.io.File |
file() |
com.badlogic.gdx.files.FileHandle |
parent() |
com.badlogic.gdx.files.FileHandle |
sibling(java.lang.String name) |
copyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, exists, extension, hashCode, isDirectory, lastModified, length, list, list, list, list, map, map, mkdirs, moveTo, name, nameWithoutExtension, path, pathWithoutExtension, read, read, readBytes, readBytes, reader, reader, reader, reader, readString, readString, tempDirectory, tempFile, toString, type, write, write, write, writeBytes, writeBytes, writer, writer, writeString, writeStringprotected IOSFileHandle(java.lang.String fileName,
com.badlogic.gdx.Files.FileType type)
protected IOSFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type)
public com.badlogic.gdx.files.FileHandle child(java.lang.String name)
child in class com.badlogic.gdx.files.FileHandlepublic com.badlogic.gdx.files.FileHandle parent()
parent in class com.badlogic.gdx.files.FileHandlepublic com.badlogic.gdx.files.FileHandle sibling(java.lang.String name)
sibling in class com.badlogic.gdx.files.FileHandlepublic java.io.File file()
file in class com.badlogic.gdx.files.FileHandle