jmce - 1_02

jmce.sim.tape
Class TapeFileC64

java.lang.Object
  extended by jmce.sim.tape.TapeFileC64
All Implemented Interfaces:
TapeFileDecoder

public class TapeFileC64
extends java.lang.Object
implements TapeFileDecoder

Tape file decoder for commodore .TAP file.

Since:
1.01
Version:
1.00
Author:
Mario Viara

Field Summary
static int MULTIPLIER
           
 
Constructor Summary
TapeFileC64()
           
 
Method Summary
 TapeData decode(java.io.BufferedInputStream is)
           
 boolean isFileSupported(java.io.InputStream is)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MULTIPLIER

public static final int MULTIPLIER
See Also:
Constant Field Values
Constructor Detail

TapeFileC64

public TapeFileC64()
Method Detail

isFileSupported

public boolean isFileSupported(java.io.InputStream is)
                        throws java.io.IOException
Specified by:
isFileSupported in interface TapeFileDecoder
Throws:
java.io.IOException

decode

public TapeData decode(java.io.BufferedInputStream is)
                throws java.io.IOException
Specified by:
decode in interface TapeFileDecoder
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

jmce - 1_02