Disk

class Disk

The disk identifier.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bytes: Long

The amount of storage on the disk in bytes.

Link copied to clipboard

The disk or device name.

Functions

Link copied to clipboard
inline fun copy(block: Disk.Builder.() -> Unit = {}): Disk
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String