-
- All Implemented Interfaces:
public class MasterBootRecord.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MasterBootRecord.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MasterBootRecordread(ByteBuffer buffer)Reads and parses the MBR located in the buffer. -
-
Method Detail
-
read
final MasterBootRecord read(ByteBuffer buffer)
Reads and parses the MBR located in the buffer.
- Parameters:
buffer- The data which shall be examined.
-
-
-
-