Class DosDiskCheck.UsedSectors

java.lang.Object
com.webcodepro.applecommander.storage.os.dos33.DosDiskCheck.UsedSectors
Enclosing class:
DosDiskCheck

public static class DosDiskCheck.UsedSectors extends Object
Centralized placement of track/sectors and the bit position calculation.
  • Constructor Details

    • UsedSectors

      public UsedSectors()
  • Method Details

    • set

      public void set(int track, int sector)
    • get

      public boolean get(int track, int sector)