Class DosDiskFactory
java.lang.Object
com.webcodepro.applecommander.storage.os.dos33.DosDiskFactory
- All Implemented Interfaces:
DiskFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.webcodepro.applecommander.storage.DiskFactory
DiskFactory.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(TrackSectorDevice device, int catalogTrack) Test this image order by looking for a likely DOS VTOC and set of catalog sectors.booleancheckCatalogValidity(DataBuffer data, int tracksPerDisk, int sectorsPerTrack) intcount(TrackSectorDevice disk) void
-
Constructor Details
-
DosDiskFactory
public DosDiskFactory()
-
-
Method Details
-
inspect
- Specified by:
inspectin interfaceDiskFactory
-
check
Test this image order by looking for a likely DOS VTOC and set of catalog sectors. -
count
-
checkCatalogValidity
-