Uses of Class
com.tuneology.avm.drive.Drive

Packages that use Drive
com.tuneology.avm.drive An API for accessing disc drives. 
 

Uses of Drive in com.tuneology.avm.drive
 

Subclasses of Drive in com.tuneology.avm.drive
 class CDDrive
          An interface to a CD-ROM drive.
 class CDRDrive
          An interface to a CD-R drive.
 class CDRWDrive
          An interface to a CD-RW drive.
 class LoopbackDrive
          This class represents a loopback device.
 

Methods in com.tuneology.avm.drive that return Drive
static Drive Drive.getDrive(DriveEntry ent)
          Returns a new Drive object for the specified drive.