Uses of Class
gcspy.comm.BufferedOutput

Packages that use BufferedOutput
gcspy.comm This package provides the classes for communication between the GCspy server and client. 
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
 

Uses of BufferedOutput in gcspy.comm
 

Fields in gcspy.comm declared as BufferedOutput
protected  BufferedOutput CommandStream.output
          The output buffer
 

Methods in gcspy.comm that return BufferedOutput
 BufferedOutput Client.createBufferedOutput()
          Creatre a new output buffer
 

Methods in gcspy.comm with parameters of type BufferedOutput
 void CommandStream.finish(BufferedOutput output)
          Finish the command stream for a BufferedOutput
 void CommandStream.putCmd(BufferedOutput output, byte cmd)
          Put a command into a BufferedOutput
 void Client.send(BufferedOutput output)
          Send a stream
 void CommandStream.setBufferedOutput(BufferedOutput output)
          Set the Buffered Output.
protected  void CommandStream.start(BufferedOutput output)
          Start a command using a BufferedOutput
 

Uses of BufferedOutput in gcspy.interpreter
 

Methods in gcspy.interpreter that return BufferedOutput
 BufferedOutput OutputGenerator.createBufferedOutput()
          Create a new BufferedOutput
 

Methods in gcspy.interpreter with parameters of type BufferedOutput
 void Stream.serialise(BufferedOutput output)
          Serialise the stream
 void Space.serialise(BufferedOutput output)
          Serialise the space
 void Interpreter.serialise(BufferedOutput output)
          Serialise the space number, the general information and the events
 void Events.serialise(BufferedOutput output)
          Serialise these events
 

Uses of BufferedOutput in gcspy.tools
 

Methods in gcspy.tools that return BufferedOutput
 BufferedOutput FileTrace.createBufferedOutput()
          Create a buffered output