Package-level declarations

Types

Link copied to clipboard

Defines the FileProviderDescriptor contract for the SDAI core common layer.

Properties

Link copied to clipboard

Exposes the LOCAL_DIFFUSION_CUSTOM_PATH value used by the SDAI core common layer.

Functions

Link copied to clipboard
fun File.unzip()

Executes the unzip step in the SDAI core common layer.

Link copied to clipboard
fun File.writeBitmap(bitmap: Bitmap, format: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = 100)

Converts SDAI data with writeBitmap.

Link copied to clipboard
fun File.writeFilesToZip(files: List<File>, bufferSize: Int = 1024)

Executes the writeFilesToZip step in the SDAI core common layer.