Uses of Class
gcspy.comm.BufferedInput

Packages that use BufferedInput
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.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.tools This package provides classes for GCspy tools for saving and replaying traces. 
 

Uses of BufferedInput in gcspy.comm
 

Methods in gcspy.comm that return BufferedInput
 BufferedInput Client.createBufferedInput()
          Create a new input buffered
 

Methods in gcspy.comm with parameters of type BufferedInput
 void CommandStream.execute(BufferedInput input)
          Read a command and execute it
 void Command.execute(BufferedInput in)
          Read a command from an input and execute it
 byte CommandStream.getCmd(BufferedInput input)
          Get a command from a BufferedInput
 

Uses of BufferedInput in gcspy.interpreter
 

Methods in gcspy.interpreter that return BufferedInput
 BufferedInput InputGenerator.createBufferedInput()
          Create a new BufferedInput
 

Methods in gcspy.interpreter with parameters of type BufferedInput
 void Stream.deserialise(BufferedInput input)
          Deserialise the stream
 void Space.deserialise(BufferedInput input)
          Deserialise the space
 void Interpreter.deserialise(BufferedInput input)
          S Deserialise the space number, the general information and the events
 void Events.deserialise(BufferedInput input)
          Deserialise events
 

Uses of BufferedInput in gcspy.interpreter.client
 

Methods in gcspy.interpreter.client with parameters of type BufferedInput
 void ClientSpace.deserialise(BufferedInput input)
          Deserialise this space
 

Uses of BufferedInput in gcspy.tools
 

Methods in gcspy.tools that return BufferedInput
 BufferedInput FileTrace.createBufferedInput()
          Create a new buffered input