Class MasterBootRecordCreator
- java.lang.Object
-
- com.github.mjdev.libaums.partition.mbr.MasterBootRecordCreator
-
- All Implemented Interfaces:
PartitionTableFactory.PartitionTableCreator
public class MasterBootRecordCreator extends java.lang.Object implements PartitionTableFactory.PartitionTableCreator
Created by magnusja on 30/07/17.
-
-
Constructor Summary
Constructors Constructor Description MasterBootRecordCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionTableread(BlockDeviceDriver blockDevice)
-
-
-
Method Detail
-
read
@Nullable public PartitionTable read(BlockDeviceDriver blockDevice) throws java.io.IOException
- Specified by:
readin interfacePartitionTableFactory.PartitionTableCreator- Throws:
java.io.IOException
-
-