Class TrackSectorNibbleDiskCheck

java.lang.Object
org.applecommander.device.TrackSectorNibbleDiskCheck
All Implemented Interfaces:
DiskCheck

public class TrackSectorNibbleDiskCheck extends Object implements DiskCheck
Provides a "low-level" scan of a nibble device. If any sectors cannot be found, adds a Finding which allows the user to over-write the track (first, reading sectors from the track).
  • Constructor Details

  • Method Details

    • scan

      public List<DiskCheck.Finding> scan()
      Description copied from interface: DiskCheck
      Perform the disk scan. Note that a generic Exception can be thrown simply because we're crossing between old an new interfaces!
      Specified by:
      scan in interface DiskCheck