Package superwaba.ext.xplat.io

Classes that belonged to the WExtras package, to deal with input output, using a different design pattern than the one provided in SuperWaba.

See:
          Description

Interface Summary
Storable An interface for all objects that support loading and saving themselves through the ObjectCatalog class.
 

Class Summary
BufferStream BufferStream is actually several classes in one.
DataStream DataStream is a wrapper you can place around any Stream such as a SerialPort, Catalog, or BufferStream which lets you read and write standard Waba data types like ints, floats, and Strings in a simple manner.
ObjectCatalog An extension to Catalog that allows storage and retrieval of objects that implement the Storable interface.
SerialPDB This is the client-side class.
SerialPDBServer Proxy for Serial PDB.
SerialSocket class SerialSocket This is the client-side class.
SerialSocketServer Proxy for Serial Socket Created by Rick Grehan and ported to SuperWaba by Guich.
 

Package superwaba.ext.xplat.io Description

Classes that belonged to the WExtras package, to deal with input output, using a different design pattern than the one provided in SuperWaba. Also some classes that implement a client/server model to let you create a socket connection from the cradle and transfer PDBs to/from desktop.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in superwaba/bin/xplat/libraries/XPlatIoUIUtil.pdb.