VirtualAddress

constructor(label: ByteArray)

Creates a virtual address using the given byte array.

Parameters

label

Byte array containing the UUID label.

Throws

If the byte array containing the label is not 16 bytes long.


constructor(uuid: UUID)