jmce - 1_02

jmce.sim.tape
Interface TapeFileDecoder

All Known Implementing Classes:
TapeFileC64, TapeTZX

public interface TapeFileDecoder

Tape file decoder

Since:
1.01
Version:
1.01
Author:
Mario Viara

Method Summary
 TapeData decode(java.io.BufferedInputStream is)
           
 boolean isFileSupported(java.io.InputStream is)
           
 

Method Detail

isFileSupported

boolean isFileSupported(java.io.InputStream is)
                        throws java.io.IOException
Throws:
java.io.IOException

decode

TapeData decode(java.io.BufferedInputStream is)
                throws java.io.IOException
Throws:
java.io.IOException

jmce - 1_02