Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawVolumeBootRecord ¶
type RawVolumeBootRecord []byte
RawVolumeBootRecord is a []byte alias containing bytes of a raw volume boot record. Used as a receiver for Parse().
func (RawVolumeBootRecord) Parse ¶
func (rawVolumeBootRecord RawVolumeBootRecord) Parse() (vbr VolumeBootRecord, err error)
Parse parses a byte slice containing an NTFS volume boot record (VBR)
Click to show internal directories.
Click to hide internal directories.