uk.me.parabola.imgfmt.app.mdr
Class Mdr1MapIndex

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.mdr.Mdr1MapIndex

public class Mdr1MapIndex
extends java.lang.Object

Each map has one of these and it is used to provide a list of records in the various sections that actually belong to this map.

Author:
Steve Ratcliffe

Constructor Summary
Mdr1MapIndex()
           
 
Method Summary
 void addPointer(int recordNumber)
           
 void endSection(int n)
           
 void setPointerSize(int sectionNumber, int pointerSize)
           
 void startSection(int n)
           
 void writeSubSection(ImgFileWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mdr1MapIndex

public Mdr1MapIndex()
Method Detail

startSection

public void startSection(int n)

endSection

public void endSection(int n)

addPointer

public void addPointer(int recordNumber)

writeSubSection

public void writeSubSection(ImgFileWriter writer)

setPointerSize

public void setPointerSize(int sectionNumber,
                           int pointerSize)