mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
ファイルマネージャにメソッド追加 WIP
This commit is contained in:
parent
49775a1f49
commit
5a0b215626
|
@ -20,6 +20,10 @@ public interface FileManager {
|
|||
File createFile(String fileName);
|
||||
void removeFile(String fileName);
|
||||
|
||||
boolean isExist(Path path);
|
||||
|
||||
void autoCreateDir(Path path);
|
||||
|
||||
void saveBitmapAtCurrent(Bitmap bitmap, String fileName);
|
||||
Bitmap loadBitmap(Path path);
|
||||
void removeBitmap(Path path);
|
||||
|
|
Loading…
Reference in New Issue
Block a user