All Packages Class Hierarchy This Package Previous Next Index
Class uk.co.demon.seasip.libdsk.FormatData
java.lang.Object
|
+----uk.co.demon.seasip.libdsk.FormatData
- public class FormatData
- extends Object
This represents a disc sector header.
-
cylinder
- Cylinder number of this sector.
-
head
- Head used to read this sector.
-
secsize
- Sector size in bytes.
-
sector
- Sector number.
-
FormatData()
-
cylinder
public int cylinder
- Cylinder number of this sector.
head
public int head
- Head used to read this sector.
sector
public int sector
- Sector number.
secsize
public int secsize
- Sector size in bytes.
FormatData
public FormatData()
All Packages Class Hierarchy This Package Previous Next Index