|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.blinkenbyte.io.BlockDevice.DriveGeometry
public static class BlockDevice.DriveGeometry
Class representing the geometry of a device
| Field Summary | |
|---|---|
long |
diskSize
Size of the device in bytes. |
int |
numBytesPerSector
Number of bytes per sector. |
long |
numCylinders
Number of tracks or cylinders. |
int |
numHeads
Number of heads. |
int |
numSectorsPerTrack
Number of sectors per track. |
| Constructor Summary | |
|---|---|
BlockDevice.DriveGeometry()
|
|
BlockDevice.DriveGeometry(long _diskSize,
long _numCylinders,
int _numHeads,
int _numSectorsPerTrack,
int _numBytesPerSector)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long diskSize
public long numCylinders
public int numHeads
public int numSectorsPerTrack
public int numBytesPerSector
| Constructor Detail |
|---|
public BlockDevice.DriveGeometry()
public BlockDevice.DriveGeometry(long _diskSize,
long _numCylinders,
int _numHeads,
int _numSectorsPerTrack,
int _numBytesPerSector)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||