Uses of Class
com.badlogic.gdx.Files.FileType
-
Packages that use Files.FileType Package Description com.badlogic.gdx com.badlogic.gdx.files Platform independent wrappers for file handles and file streaming. -
-
Uses of Files.FileType in com.badlogic.gdx
Methods in com.badlogic.gdx that return Files.FileType Modifier and Type Method Description static Files.FileTypeFiles.FileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Files.FileType[]Files.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx with parameters of type Files.FileType Modifier and Type Method Description FileHandleFiles. getFileHandle(java.lang.String path, Files.FileType type)Returns a handle representing a file or directory. -
Uses of Files.FileType in com.badlogic.gdx.files
Fields in com.badlogic.gdx.files declared as Files.FileType Modifier and Type Field Description protected Files.FileTypeFileHandle. typeMethods in com.badlogic.gdx.files that return Files.FileType Modifier and Type Method Description Files.FileTypeFileHandle. type()Constructors in com.badlogic.gdx.files with parameters of type Files.FileType Constructor Description FileHandle(java.io.File file, Files.FileType type)FileHandle(java.lang.String fileName, Files.FileType type)
-