Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.lwjgl | |
com.badlogic.gdx.files |
Platform independent wrappers for file handles and file streaming.
|
Modifier and Type | Method and Description |
---|---|
static Files.FileType |
Files.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.
|
Modifier and Type | Method and Description |
---|---|
FileHandle |
Files.getFileHandle(java.lang.String path,
Files.FileType type)
Returns a handle representing a file or directory.
|
Modifier and Type | Method and Description |
---|---|
void |
LwjglApplicationConfiguration.addIcon(java.lang.String path,
Files.FileType fileType)
Adds a window icon.
|
Modifier and Type | Field and Description |
---|---|
protected Files.FileType |
FileHandle.type |
Modifier and Type | Method and Description |
---|---|
Files.FileType |
FileHandle.type() |
Constructor and Description |
---|
FileHandle(java.io.File file,
Files.FileType type) |
FileHandle(java.lang.String fileName,
Files.FileType type) |