Package org.applecommander.device
Class SkewedTrackSectorDevice
java.lang.Object
org.applecommander.device.SkewedTrackSectorDevice
- All Implemented Interfaces:
CapabilityProvider
,TrackSectorDevice
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.applecommander.device.TrackSectorDevice
TrackSectorDevice.Geometry
-
Field Summary
Fields inherited from interface org.applecommander.device.TrackSectorDevice
SECTOR_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
can
(Capability capability) static TrackSectorDevice
dosToPhysicalSkew
(TrackSectorDevice device) readSector
(int track, int sector) void
writeSector
(int track, int sector, DataBuffer data)
-
Method Details
-
dosToPhysicalSkew
-
can
- Specified by:
can
in interfaceCapabilityProvider
-
getGeometry
- Specified by:
getGeometry
in interfaceTrackSectorDevice
-
readSector
- Specified by:
readSector
in interfaceTrackSectorDevice
-
writeSector
- Specified by:
writeSector
in interfaceTrackSectorDevice
-