Class HeadlessFileHandle
- java.lang.Object
-
- com.badlogic.gdx.files.FileHandle
-
- com.badlogic.gdx.backends.headless.HeadlessFileHandle
-
public final class HeadlessFileHandle extends com.badlogic.gdx.files.FileHandle
-
-
Constructor Summary
Constructors Constructor Description HeadlessFileHandle(java.io.File file, com.badlogic.gdx.Files.FileType type)HeadlessFileHandle(java.lang.String fileName, com.badlogic.gdx.Files.FileType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.badlogic.gdx.files.FileHandlechild(java.lang.String name)java.io.Filefile()com.badlogic.gdx.files.FileHandleparent()com.badlogic.gdx.files.FileHandlesibling(java.lang.String name)-
Methods inherited from class com.badlogic.gdx.files.FileHandle
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, writeString
-
-
-
-
Method Detail
-
child
public com.badlogic.gdx.files.FileHandle child(java.lang.String name)
- Overrides:
childin classcom.badlogic.gdx.files.FileHandle
-
sibling
public com.badlogic.gdx.files.FileHandle sibling(java.lang.String name)
- Overrides:
siblingin classcom.badlogic.gdx.files.FileHandle
-
parent
public com.badlogic.gdx.files.FileHandle parent()
- Overrides:
parentin classcom.badlogic.gdx.files.FileHandle
-
file
public java.io.File file()
- Overrides:
filein classcom.badlogic.gdx.files.FileHandle
-
-