fun File.getSizeByMb(): String
get human-readable size string from given file |
|
fun File.readFile(): String
read file to string |
|
fun File.saveBitmapToFile(bitmap: Bitmap, format: CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = 100): File?
Save Bitmap to given File |