gcspy.interpreter
Interface OutputGenerator

All Known Implementing Classes:
FileTrace, TerminalPlayTrace, TerminalStoreTrace

public interface OutputGenerator

Interface that generates output for interpreter deserialisation

Author:
Tony Printezis

Method Summary
 BufferedOutput createBufferedOutput()
          Create a new BufferedOutput
 void done(int len)
          Complete a transmission
 

Method Detail

createBufferedOutput

BufferedOutput createBufferedOutput()
                                    throws java.io.IOException
Create a new BufferedOutput

Returns:
a new BufferedOutput
Throws:
java.io.IOException

done

void done(int len)
          throws java.io.IOException
Complete a transmission

Parameters:
len -
Throws:
java.io.IOException