Class HexenMapInfo

java.lang.Object
net.mtrop.doom.text.HexenMapInfo
All Implemented Interfaces:
TextObject

public class HexenMapInfo extends Object implements TextObject
Parser for Hexen-style MAPINFO data (also called "old MAPINFO" in ZDoom). This parser provides a means for scanning through a MAPINFO definition, line by line, tokenized, as its data is procedural and not serializable. All data is buffered into memory on read through readText(Reader).
Since:
2.19.0
Author:
Matthew Tropiano