Package libsidutils.directory
Klasse Directory
java.lang.Object
libsidutils.directory.Directory
- Bekannte direkte Unterklassen:
CartridgeDirectory,DiskDirectory,T64Directory,TuneDirectory
Real directory of a floppy disk.
This class represents a Floppy 1541/1571 disk directory.
- Autor:
- Ken Händel
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Collection<DirEntry> Directory entries.protected byte[]Disk ID or null (tape).protected booleanShould be true (C-1541) else false (C-1571).protected StringStatus line to displayed free blocks.protected byte[]Disk/Tape title. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
singleSided
protected boolean singleSidedShould be true (C-1541) else false (C-1571). -
title
protected byte[] titleDisk/Tape title. -
id
protected byte[] idDisk ID or null (tape). -
dirEntries
Directory entries. -
statusLine
Status line to displayed free blocks.
-
-
Konstruktordetails
-
Directory
public Directory()
-
-
Methodendetails
-
getTitle
-
getDirEntries
-
getStatusLine
-