Package de.farafin.snEADy.inOut

Interface Summary
I_LevelLoader_interface interface for the levelLoader.. maybe we reallie it in different ways
I_RecordConstants  
 

Class Summary
C_FileClassLoader Laedt JAVA-Klassen aus einen anzugebenden Verzeichnis.
C_LevelLoader This class loads level files.
C_LogFileReader  
C_LogFileWriter offers service to write logfiles with a buffer to be able to store local lines which can be stored later..
C_RecordFileReader reads a record file:

file scheme:
for each gameCycle:
what is stored (consumtion)
- Number bytes (2Byte)
- Nnumber of playfield changes (1Byte)
- Playfield changes (3 Byte each)
...
C_RecordFileWriter reads a record file:

file scheme:
for each gameCycle:
what is stored (consumtion)
- Number bytes (2Byte)
- Nnumber of playfield changes (1Byte)
- Playfield changes (3 Byte each)
...
C_SneadyFileInteractor  
 

Exception Summary
E_LevelFileException just an exception that is thrown if the file if a levelFile was found, but is wrong formated, so that no loading of the file is possible.