| Package | Description |
|---|---|
| com.badlogic.gdx | |
| 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(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(String path,
Files.FileType type)
Returns a handle representing a file or directory.
|
| Modifier and Type | Method and Description |
|---|---|
Files.FileType |
FileHandle.type() |
Copyright © 2021. All rights reserved.