mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 03:30:48 +00:00
Revert "save/load/removeを追加 Impl WIP"
This reverts commit 1eee31316ae4bdbba3cf01a087934d0db717c555.
This commit is contained in:
parent
1eee31316a
commit
92d147ab65
@ -2,7 +2,6 @@ package one.nem.lacerta.source.file.impl;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.nio.file.DirectoryStream;
|
||||
import java.nio.file.Files;
|
||||
@ -86,7 +85,6 @@ public class FileManagerImpl implements FileManager {
|
||||
|
||||
@Override
|
||||
public void saveBitmap(Path path, Bitmap bitmap) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -98,16 +96,4 @@ public class FileManagerImpl implements FileManager {
|
||||
public void removeBitmap(Path path) {
|
||||
|
||||
}
|
||||
|
||||
private void saveFile(File file) {
|
||||
// Internal
|
||||
}
|
||||
|
||||
private void loadFile(File file) {
|
||||
// Internal
|
||||
}
|
||||
|
||||
private void removeFile(File file) {
|
||||
// Internal
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user