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