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