Uses of Interface
com.b3dgs.lionengine.file.FileReader

Packages that use FileReader
com.b3dgs.lionengine   
com.b3dgs.lionengine.file.impl   
com.b3dgs.lionengine.game   
com.b3dgs.lionengine.game.map   
 

Uses of FileReader in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return FileReader
 FileReader File.createFileReader(java.lang.String filename)
          Open a file as read only.
 

Uses of FileReader in com.b3dgs.lionengine.file.impl
 

Methods in com.b3dgs.lionengine.file.impl that return FileReader
 FileReader FileFactory.createFileReader(java.lang.String path)
           
 

Uses of FileReader in com.b3dgs.lionengine.game
 

Methods in com.b3dgs.lionengine.game with parameters of type FileReader
protected abstract  void AbstractWorld.load(FileReader file)
          Internal world loads.
 

Uses of FileReader in com.b3dgs.lionengine.game.map
 

Methods in com.b3dgs.lionengine.game.map with parameters of type FileReader
 void AbstractTileMap.load(FileReader file)
          Load a map from a specified file as binary data.
 void DefaultTile.load(FileReader file)
          Load tile.