uk.me.parabola.imgfmt.mps
Class MapsetBlock

java.lang.Object
  extended by uk.me.parabola.imgfmt.mps.Block
      extended by uk.me.parabola.imgfmt.mps.MapsetBlock

public class MapsetBlock
extends Block

Block describing the map set.

Author:
Steve Ratcliffe

Constructor Summary
MapsetBlock()
           
 
Method Summary
 void setName(java.lang.String name)
           
protected  void writeBody(StructuredOutputStream out)
          Writes the body to the output stream given.
 
Methods inherited from class uk.me.parabola.imgfmt.mps.Block
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsetBlock

public MapsetBlock()
Method Detail

writeBody

protected void writeBody(StructuredOutputStream out)
                  throws java.io.IOException
Description copied from class: Block
Writes the body to the output stream given.

Specified by:
writeBody in class Block
Parameters:
out - The stream to write to.
Throws:
java.io.IOException

setName

public void setName(java.lang.String name)