Uses of Class
dioscuri.exception.StorageDeviceException

Packages that use StorageDeviceException
dioscuri.module.ata   
dioscuri.module.fdc   
 

Uses of StorageDeviceException in dioscuri.module.ata
 

Methods in dioscuri.module.ata that throw StorageDeviceException
 void ATADrive.loadImage(java.io.File imageFile)
          Load disk image.
 

Uses of StorageDeviceException in dioscuri.module.fdc
 

Methods in dioscuri.module.fdc that throw StorageDeviceException
protected  void Drive.ejectFloppy()
          Ejects a floppy from the drive
protected  void Drive.insertFloppy(byte floppyType, java.io.File imageFile, boolean writeProtected)
          Inserts a floppy into the drive
protected  void Drive.readData(int offset, int totalBytes, byte[] floppyBuffer)
          Read data from floppy into buffer
protected  void Drive.writeData(int offset, int totalBytes, byte[] floppyBuffer)
          Write data to floppy from buffer