Package com.webcodepro.applecommander.storage
-
Interface Summary Interface Description DirectoryEntry Represents a directory on disk.FileEntry Represents a file entry on disk - not the data.FileFilter A file filter takes a buffer of bytes and filters or converts the bytes into another format.FormattedDisk.DiskUsage Use this inner interface for managing the disk usage data. -
Class Summary Class Description Disk Abstract representation of an Apple2 disk (floppy, 800k, hard disk).FileEntryComparator Sort FileEntry objects by the columnIndex.FormattedDisk Abstract representation of a formatted Apple2 disk (floppy, 800k, hard disk).StorageBundle Manage the domain-specific ResourceBundle. -
Enum Summary Enum Description DiskCorruptException.Kind DiskGeometry Indicates the broad disk geometry - track/sector or block. -
Exception Summary Exception Description DiskCorruptException A DiskCorruptException is thrown during the disk's data structures are corrupted beyond hope of automatic recovering.DiskException A DiskException is the base class for Disk Exceptions.DiskFullException A DiskFullException is thrown during a write operation when the file being written will not fit on the disk.DiskUnrecognizedException A DiskUnrecognizedException is thrown when the Disk Image being opened is not recognized by any image handler.