Klasse TapeImage

java.lang.Object
libsidplay.components.c1530.TapeImage

public class TapeImage extends Object
Tape image implementation.
Autor:
Ken Händel
  • Felddetails

    • tap

      private Tap tap
      Tape instance.
    • tapeFile

      private File tapeFile
      Tape image file.
  • Konstruktordetails

    • TapeImage

      public TapeImage()
  • Methodendetails

    • imageAttach

      public final boolean imageAttach(Datasette datasette, File tapeFile) throws IOException
      Attach tape image to datasette.
      Parameter:
      datasette - datasette to attach image
      tapeFile - tape image file
      Gibt zurück:
      tape image read error
      Löst aus:
      IOException - cannot read tape image
    • imageDetach

      final void imageDetach(Datasette datasette) throws IOException
      Detach tape image from datasette.
      Parameter:
      datasette - datasette to eject tape
      Löst aus:
      IOException - tape image read error
    • getName

      public String getName()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object