-
- All Implemented Interfaces:
public class Partition.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Partition.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PartitioncreatePartition(PartitionTableEntry entry, BlockDeviceDriver blockDevice)Creates a new partition with the information given. -
-
Method Detail
-
createPartition
final Partition createPartition(PartitionTableEntry entry, BlockDeviceDriver blockDevice)
Creates a new partition with the information given.
- Parameters:
entry- The entry the partition shall represent.blockDevice- The underlying block device.
-
-
-
-