uk.me.parabola.imgfmt.app.srt
Class SRTFile

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.ImgFile
      extended by uk.me.parabola.imgfmt.app.srt.SRTFile
All Implemented Interfaces:
java.io.Closeable

public class SRTFile
extends ImgFile

The MDR file. This is embedded into a .img file, either its own separate one, or as one file in the gmapsupp.img.

Author:
Steve Ratcliffe

Constructor Summary
SRTFile(ImgChannel chan)
           
 
Method Summary
 void write()
           
 
Methods inherited from class uk.me.parabola.imgfmt.app.ImgFile
close, getHeader, getReader, getSize, getWriter, isWritable, position, position, setHeader, setReader, setWriter, sync
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRTFile

public SRTFile(ImgChannel chan)
Method Detail

write

public void write()