VolumeDescriptorHeader

data class VolumeDescriptorHeader(val type: ISO.VolumeDescriptorHeader.TypeEnum, val id: String, val version: Int)

Constructors

Link copied to clipboard
constructor(s: SyncStream)
constructor(type: ISO.VolumeDescriptorHeader.TypeEnum, id: String, version: Int)

Types

Link copied to clipboard
data class TypeEnum(val id: Int)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard