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

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

Uses of FileWriter in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return FileWriter
 FileWriter File.createFileWriter(java.lang.String filename)
          Open a file as write only.
 

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

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

Uses of FileWriter in com.b3dgs.lionengine.game
 

Methods in com.b3dgs.lionengine.game with parameters of type FileWriter
protected abstract  void AbstractWorld.save(FileWriter file)
          Internal world saves.
 

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

Methods in com.b3dgs.lionengine.game.map with parameters of type FileWriter
 void AbstractTileMap.save(FileWriter file)
          Save map to specified file as binary data.
 void DefaultTile.save(FileWriter file)
          Save tile.