jmce.sim.tape
Class TapeTZX
java.lang.Object
jmce.sim.tape.TapeTZX
- All Implemented Interfaces:
- TapeFileDecoder
public class TapeTZX
- extends java.lang.Object
- implements TapeFileDecoder
Tape file decoder for ZX Spectrum TZX file.
Supported block type : 10,12,13,21,22,24,25,30,32
- Since:
- 1.02
- Version:
- 1.00
- Author:
- Mario Viara
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TapeTZX
public TapeTZX()
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