uk.me.parabola.imgfmt.mps
Class MpsFileReader
java.lang.Object
uk.me.parabola.imgfmt.mps.MpsFileReader
public class MpsFileReader
- extends java.lang.Object
This file is a description of the map set that is loaded into the
gmapsupp.img file and an index of the maps that it contains.
It is different than all the other files that fit inside the gmapsupp file
in that it doesn't contain the common header. So it does not extend ImgFile.
- Author:
- Steve Ratcliffe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MpsFileReader
public MpsFileReader(ImgChannel chan)
getMaps
public java.util.List<MapBlock> getMaps()
getProducts
public java.util.List<ProductBlock> getProducts()
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException