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