Package gcspy.comm

This package provides the classes for communication between the GCspy server and client.

See:
          Description

Interface Summary
Command A command object
 

Class Summary
ArrayInput Low-level input for ints and shorts from a byte array
ArrayOutput Output to a byte array
BufferedInput Buffered input from a byte array The communication stream has the following wire format (b is a byte)
BufferedIO Stuff shared by the array/buffered I/O classes
BufferedOutput Buffered output to a byte array The communication stream has the following wire format (b is a byte)
Client All the socket stuff wrapped up
CommandStream Parses a buffered I/O stream and invokes the commands in it
Server More socket stuff wrapped out
 

Exception Summary
BufferedIOException Buffered IO exception
CommandStreamException Command Stream Exception
 

Package gcspy.comm Description

This package provides the classes for communication between the GCspy server and client.