Package extra.io

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.