Package com.badlogic.gdx.files

Platform independent wrappers for file handles and file streaming.

See:
          Description

Class Summary
FileHandle Represents a file or directory on the filesystem, classpath, Android SD card, or Android assets directory.
FileHandleStream A FileHandle intended to be subclassed for the purpose of implementing FileHandleStream.read() and/or FileHandleStream.write(boolean).
 

Package com.badlogic.gdx.files Description

Platform independent wrappers for file handles and file streaming. Use Gdx.files to get a reference to the Files implementation to create and look up files.



Copyright © 2013. All Rights Reserved.