public final class Lwjgl3FileHandle
extends com.badlogic.gdx.files.FileHandle
| Constructor and Description |
|---|
Lwjgl3FileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type) |
Lwjgl3FileHandle(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, writeStringpublic Lwjgl3FileHandle(java.lang.String fileName,
com.badlogic.gdx.Files.FileType type)
public Lwjgl3FileHandle(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 sibling(java.lang.String name)
sibling in class com.badlogic.gdx.files.FileHandlepublic com.badlogic.gdx.files.FileHandle parent()
parent in class com.badlogic.gdx.files.FileHandlepublic java.io.File file()
file in class com.badlogic.gdx.files.FileHandle