Properties

Link copied to clipboard
@get:JvmName(name = "isValid")
val valid: Boolean

The resource is valid.

Functions

Link copied to clipboard
@CallSuper
open override fun close()

You need to manually release the resource to free the memory it occupies.

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
fun toGlobal()

Converts the resource to a global resource.

Link copied to clipboard
open override fun toString(): String