com.badlogic.gdx.backends.android
Class AndroidFileHandle

java.lang.Object
  extended by com.badlogic.gdx.files.FileHandle
      extended by com.badlogic.gdx.backends.android.AndroidFileHandle

public class AndroidFileHandle
extends FileHandle

Author:
mzechner, Nathan Sweet

Method Summary
 FileHandle child(String name)
           
 boolean exists()
           
 File file()
           
 boolean isDirectory()
           
 long lastModified()
           
 long length()
           
 FileHandle[] list()
           
 FileHandle[] list(String suffix)
           
 FileHandle parent()
           
 InputStream read()
           
 FileHandle sibling(String name)
           
 
Methods inherited from class com.badlogic.gdx.files.FileHandle
copyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, extension, hashCode, mkdirs, moveTo, name, nameWithoutExtension, path, pathWithoutExtension, 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
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

child

public FileHandle child(String name)
Overrides:
child in class FileHandle

sibling

public FileHandle sibling(String name)
Overrides:
sibling in class FileHandle

parent

public FileHandle parent()
Overrides:
parent in class FileHandle

read

public InputStream read()
Overrides:
read in class FileHandle

list

public FileHandle[] list()
Overrides:
list in class FileHandle

list

public FileHandle[] list(String suffix)
Overrides:
list in class FileHandle

isDirectory

public boolean isDirectory()
Overrides:
isDirectory in class FileHandle

exists

public boolean exists()
Overrides:
exists in class FileHandle

length

public long length()
Overrides:
length in class FileHandle

lastModified

public long lastModified()
Overrides:
lastModified in class FileHandle

file

public File file()
Overrides:
file in class FileHandle


Copyright © 2014. All Rights Reserved.