com.webcodepro.applecommander.storage.os.cpm
Class CpmFormatDisk.CpmDiskUsage

java.lang.Object
  extended by com.webcodepro.applecommander.storage.os.cpm.CpmFormatDisk.CpmDiskUsage
All Implemented Interfaces:
FormattedDisk.DiskUsage
Enclosing class:
CpmFormatDisk

public class CpmFormatDisk.CpmDiskUsage
extends java.lang.Object
implements FormattedDisk.DiskUsage

Manage CP/M disk usage.


Constructor Summary
CpmFormatDisk.CpmDiskUsage(boolean[] usage)
           
 
Method Summary
 boolean hasNext()
           
 boolean isFree()
           
 boolean isUsed()
           
 void next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpmFormatDisk.CpmDiskUsage

public CpmFormatDisk.CpmDiskUsage(boolean[] usage)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface FormattedDisk.DiskUsage

next

public void next()
Specified by:
next in interface FormattedDisk.DiskUsage

isFree

public boolean isFree()
Specified by:
isFree in interface FormattedDisk.DiskUsage

isUsed

public boolean isUsed()
Specified by:
isUsed in interface FormattedDisk.DiskUsage