| Class | Description |
|---|---|
| ByteStream |
Set up a GCspy Stream with data type BYTE_TYPE
|
| IntStream |
Set up a GCspy Stream with data type INT_TYPE.
|
| ServerInterpreter |
Abstract class for the GCspy server interpreter
Implementing classes will mostly forward calls to the C gcspy library.
|
| ServerSpace |
Abstract class for the GCspy Space abstraction.
|
| ShortStream |
Set up a GCspy Stream with data type SHORT_TYPE.
|
| Stream |
Abstract class for a GCspy Stream.
|
| Util |
Abstract class that provides generally useful
methods.
|