BlockIdSlot
Description
Describes the location of a 64-bit word for storing a block ID value in the file of a block storage.
The string representation is '(A:XXXXXXXX)'
or '(B:XXXXXXXX)'
, where XXXXXXXX
is the value of Location as an 8-digit hexadecimal number and A
, B
refer to the value true
, false
of Absolute, respectively.
- See also
Public / Methods
New
Creates a new instance of BlockIdSlot for a storage block.
- IOException
-
If an I/O error has occurred.
- See also