public interface FilePartitionBlock
Modifier and Type | Method and Description |
---|---|
String |
diskFileName()
Specifies the disk file name where the logical partition is.
|
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 diskFileName()
long lengthBytes()
long number()
long offsetBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.