Package libsidplay.components.c1530
Klasse TapeImage
java.lang.Object
libsidplay.components.c1530.TapeImage
Tape image implementation.
- Autor:
- Ken Händel
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()final booleanimageAttach(Datasette datasette, File tapeFile) Attach tape image to datasette.(Package privat) final voidimageDetach(Datasette datasette) Detach tape image from datasette.toString()
-
Felddetails
-
tap
Tape instance. -
tapeFile
Tape image file.
-
-
Konstruktordetails
-
TapeImage
public TapeImage()
-
-
Methodendetails
-
imageAttach
Attach tape image to datasette.- Parameter:
datasette- datasette to attach imagetapeFile- tape image file- Gibt zurück:
- tape image read error
- Löst aus:
IOException- cannot read tape image
-
imageDetach
Detach tape image from datasette.- Parameter:
datasette- datasette to eject tape- Löst aus:
IOException- tape image read error
-
getName
-
toString
-