Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Static Public Member Functions
com.linxonline.mallet.io.reader.RFReader Class Reference

List of all members.

Public Member Functions

 RFReader ()

Static Public Member Functions

static ArrayList< Settings > loadFile (final String _file)

Detailed Description

RFReader is a lexical parser of the RF format.

RF is a custom text text format that operates on a keyword + value basis. Wrapped in { }.

By default the RFReader stores each pair as a String type. If you want to parse them into integers or other types, you'll need to do that yourself.


Constructor & Destructor Documentation


Member Function Documentation

static ArrayList<Settings> com.linxonline.mallet.io.reader.RFReader.loadFile ( final String  _file) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables