public interface DiskPartition
Modifier and Type | Method and Description |
---|---|
long |
lengthBytes()
Specifies the length of the block in bytes.
|
long |
number()
Specifies a unique number of the partition within the linear disk file.
|
long |
offsetBytes()
Specifies the offset of the block (in bytes) from the beginning of the
containing object such as a physical disk or a virtual disk file.
|
String |
typeUuid()
Specifies the partition type uuid.
|
Optional<String> |
uuid()
Specifies the partition uuid.
|
long lengthBytes()
long number()
long offsetBytes()
String typeUuid()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.