Class HeadlessFileHandle


  • public final class HeadlessFileHandle
    extends com.badlogic.gdx.files.FileHandle
    • Field Summary

      • Fields inherited from class com.badlogic.gdx.files.FileHandle

        file, type
    • 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.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)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HeadlessFileHandle

        public HeadlessFileHandle​(java.lang.String fileName,
                                  com.badlogic.gdx.Files.FileType type)
      • HeadlessFileHandle

        public HeadlessFileHandle​(java.io.File file,
                                  com.badlogic.gdx.Files.FileType type)
    • Method Detail

      • child

        public com.badlogic.gdx.files.FileHandle child​(java.lang.String name)
        Overrides:
        child in class com.badlogic.gdx.files.FileHandle
      • sibling

        public com.badlogic.gdx.files.FileHandle sibling​(java.lang.String name)
        Overrides:
        sibling in class com.badlogic.gdx.files.FileHandle
      • parent

        public com.badlogic.gdx.files.FileHandle parent()
        Overrides:
        parent in class com.badlogic.gdx.files.FileHandle
      • file

        public java.io.File file()
        Overrides:
        file in class com.badlogic.gdx.files.FileHandle