Package org.samcrow.io

Class Summary
BasicIO Handles IO for a basic file with a non-standard format

The format is as follows:
Node <hash> <x> <y> "<name>";
if name is nonexistent; the node is considered a waypoint instead of a destination
Link <start_node_hash> <end_node_hash> <speed>
#comment

Any Link must appear in the file after both of the Nodes that it links.
IOBase Base class for writing maps to files and reading them from files.
IOResponse Contains a Collection of Nodes and a Collection of Links