uk.me.parabola.imgfmt.mps
Class MpsFileReader

java.lang.Object
  extended by 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

Constructor Summary
MpsFileReader(ImgChannel chan)
           
 
Method Summary
 void close()
           
 java.util.List<MapBlock> getMaps()
           
 java.util.List<ProductBlock> getProducts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpsFileReader

public MpsFileReader(ImgChannel chan)
Method Detail

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