public class UriFileHandle
extends java.lang.Object
Constructor and Description |
---|
UriFileHandle() |
Modifier and Type | Method and Description |
---|---|
static com.badlogic.gdx.files.FileHandle |
get(java.lang.String uri)
Returns a
FileHandle for a URI
e.g. |
public static com.badlogic.gdx.files.FileHandle get(java.lang.String uri)
FileHandle
for a URI
e.g. internal://textures/sprite.pnguri
- The file path with a URI. Valid URIs are: internal://, external://, absolute://, classpath://, local://FileHandle
for the file based on the path and URI