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 TypeMethodDescriptionboolean
check
(FormattedDisk disk, int vtocTrack) Test this image order by looking for a likely DOS VTOC and set of catalog sectors.boolean
checkCatalogValidity
(DataBuffer data, int tracksPerDisk, int sectorsPerTrack) int
count
(FormattedDisk disk, int vtocTrack) void
-
Constructor Details
-
DosDiskFactory
public DosDiskFactory()
-
-
Method Details
-
inspect
- Specified by:
inspect
in interfaceDiskFactory
-
check
Test this image order by looking for a likely DOS VTOC and set of catalog sectors. -
count
-
checkCatalogValidity
-