|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.map.axMapFile
Utility class for loading and saving of maps
Field Summary | |
static int |
CMP
|
static int |
XML
|
Method Summary | |
static axMap |
loadMap(java.io.InputStream inputStream)
Alternate way to load CMP maps using external input stream. |
static axMap |
loadMap(java.lang.String fileName)
Load the map from CMP format. |
static void |
saveMap(java.lang.String fileName,
axMap map)
Save the map in CMP format. |
static void |
saveMapXML(java.lang.String fileName,
axMap map)
Save the map in XML format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CMP
public static final int XML
Method Detail |
public static axMap loadMap(java.io.InputStream inputStream) throws axException
axException
public static axMap loadMap(java.lang.String fileName) throws axException
axException
public static void saveMap(java.lang.String fileName, axMap map) throws axException
axException
public static void saveMapXML(java.lang.String fileName, axMap map) throws axException
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |