Uses of Class
org.samcrow.io.MapIO

Packages that use MapIO
org.samcrow.io   
 

Uses of MapIO in org.samcrow.io
 

Subclasses of MapIO 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