|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.mdr.ConfigBase
uk.me.parabola.imgfmt.app.mdr.MdrSection
uk.me.parabola.imgfmt.app.mdr.Mdr15
public class Mdr15
The string table. This is not used by the device. There is a compressed and non-compressed version of this section. We are starting with the regular string version.
Constructor Summary | |
---|---|
Mdr15(MdrConfig config)
|
Method Summary | |
---|---|
int |
createString(java.lang.String str)
|
int |
getItemSize()
The size of a record in the section. |
int |
getPointerSize()
The meaning of number of items for this section is the largest string offset possible. |
void |
writeSectData(ImgFileWriter writer)
Write out the contents of this section. |
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.MdrSection |
---|
getSizes, numberToPointerSize, putMapIndex, putN, putStringOffset, setSizes |
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.ConfigBase |
---|
getConfig, isForDevice, setConfig |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mdr15(MdrConfig config)
Method Detail |
---|
public void writeSectData(ImgFileWriter writer)
MdrSection
writeSectData
in class MdrSection
writer
- Where to write it.public int getItemSize()
MdrSection
getItemSize
in class MdrSection
public int createString(java.lang.String str)
public int getPointerSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |