mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
saveBitmap実装
This commit is contained in:
parent
0736a7326a
commit
78525d634a
|
@ -208,10 +208,13 @@ public class FileManagerImpl implements FileManager {
|
|||
|
||||
@Override
|
||||
public void saveBitmap(Bitmap bitmap, String fileName) throws IOException {
|
||||
this.resolve(fileName);
|
||||
this.saveBitmapInternal(bitmap);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveBitmap(Bitmap bitmap) throws IOException {
|
||||
this.saveBitmapInternal(bitmap);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user