Package net.kolls.railworld.io

File I/O support for maps and games.

See:
          Description

Interface Summary
SaveLoad Allows a class to specify data to save and restore data on load.
 

Class Summary
ImageFilter Filters for image files.
MetaData A data holding class for the meta-data of a map.
RWGFilter Returns files matching the RWG extension
RWGReader Reads Rail World Games (RWG) files and updates segments, visual appearance, and trains
RWGWriter Saves an in-progress game (position, zoom, selected train, and all trains).
RWMMapFilter Returns files matching the RWM extension.
RWMReader Reads RWM (Rail World map) files in the XML format.
RWMWriter Writes a Rail World map as an XML file in the RWM format.
RWSFilter Returns files matching the RWS extension.
TRNFilter Selects Yard Duty train (TRN) files.
TRNReader Reads Yard Duty TRN files to create a train.
TRNWriter Writes Yard Duty TRN files
YardMapFilter Selects Yard Duty (YRD) files.
YardReader Reads Yard Duty (YRD) files.
 

Package net.kolls.railworld.io Description

File I/O support for maps and games. Supports reading and writing Rail World Maps, Rail World Games, and reading Yard Duty maps. Also includes file filters.