Uses of Class
org.samcrow.io.IOBase

Packages that use IOBase
org.samcrow.io   
 

Uses of IOBase in org.samcrow.io
 

Subclasses of IOBase in org.samcrow.io
 class 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.