|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.mdr.MdrConfig
public class MdrConfig
Configuration for the MDR file. Mostly used when creating a file as there are a number of different options in the way that it is done.
Constructor Summary | |
---|---|
MdrConfig()
|
Method Summary | |
---|---|
int |
getHeaderLen()
There are a number of different header lengths in existence. |
boolean |
isForDevice()
The format that is used by the GPS devices is different to that used by Map Source. |
boolean |
isWritable()
True if we are creating the file, rather than reading it. |
void |
setForDevice(boolean forDevice)
|
void |
setHeaderLen(int headerLen)
|
void |
setWritable(boolean writable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MdrConfig()
Method Detail |
---|
public boolean isWritable()
public void setWritable(boolean writable)
public boolean isForDevice()
public void setForDevice(boolean forDevice)
public int getHeaderLen()
public void setHeaderLen(int headerLen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |