Package-level declarations

Types

Link copied to clipboard
object FileUtils

Utility class for file-related operations.

Link copied to clipboard
data class Size(val width: Int, val height: Int)

Represents a size with integer width and height.

Link copied to clipboard
data class SizeF(val width: Float, val height: Float)

Represents a size with float width and height.