Package strategy
Interface FileHandler
-
- All Known Implementing Classes:
FileDraw,FileLog,FileManager,FilePicture
public interface FileHandlerRepresent interface for manipulation with files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidopen(java.io.File file)voidsave(java.io.File file)
-