Package io

Interface Summary
Cooldown An interface indicating that a driver needs certain cool-down phases for proper operating.
Driver A simple interface describing an object that can be used as a device driver.
DriverDepending An interface describing the necessety to register a driver object to an object.
Resettable Indicates that a driver is resettable.
StreamIODriver A driver that simultaneously provides an input and and output stream.
 

Class Summary
AbstractDriver An abstract implementation of a Driver.
AbstractSerialDriver A base class for any driver that wants to support serial access.
AbstractSocketDriver An abstract driver that is based on a client socket connection.
AsciiReader  
DataStreamConvert Reads a java binary data stream and converts it into ascii data.
FileUtil Some file uitilities missing.
Parallel  
SerialDriver A simple serial driver for use in stella.calib.CalibUnit and MotorController
SerialDriver.Debug Reads the properties from a file, open the port and writes a command to it.
SerialDriver.Scan Scans the comunication busses for available ports.
 

Exception Summary
IORpcException This class indicates that a process has thrown an OncRpcException.