Maven module :un.storage : filesystem-ntfs :
Class : un.impl.fs.ntfs.model.NTFSPartitionBootSector
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : jumpOffset, oemId, bytePerSector, sectorPerCluster, reserverdSectors, unused1, unused2, mediaDescriptor, unused3, sectorPerTrack, numberOfHeads, hiddenSectors, unused4, unused5, totalSectors, mftCluster, mftMirrorCluster, clustersPerFileRecordSegment, clustersPerIndexBuffer, unused6, volumeSerial, checksum, bootstrapCode, endOfSector
Functions : read, getMFTBteOffset, toChars



3 bytes JMP instruction */
public int jumpOffset


8 bytes OEM ID : signature */
public Chars oemId


2 bytes Bytes per sector */
public int bytePerSector


1 byte Sectors Per Cluster */
public int sectorPerCluster


2 bytes Reserved Sectors */
public int reserverdSectors


3 bytes Unused */
public int unused1


2 bytes Unused */
public int unused2


1 byte Media Descriptor */
public int mediaDescriptor


2 bytes Unused */
public int unused3


2 bytes Sectors Per Track */
public int sectorPerTrack


2 bytes Number Of Heads */
public int numberOfHeads


4 bytes Hidden Sectors */
public int hiddenSectors


4 bytes Unused */
public int unused4


4 bytes Unused */
public int unused5


8 bytes Total sectors */
public long totalSectors


8 bytes $MFT cluster number */
public long mftCluster


8 bytes $MFTMirr cluster number */
public long mftMirrorCluster


4 bytes Clusters Per File Record Segment */
public int clustersPerFileRecordSegment


1 byte Clusters Per Index Buffer */
public int clustersPerIndexBuffer


3 bytes Unused */
public int unused6


8 bytes Volume Serial Number */
public long volumeSerial


4 bytes Checksum */
public int checksum


426 bytes Bootstrap Code */
public byte[] bootstrapCode


2 bytes End-of-sector Marker */
public int endOfSector


public void read (DataInputStream ds)

public long getMFTBteOffset ()

public Chars toChars ()