|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Format de MNT
Field Summary | |
static int |
EXPORT
indicateur de format d'exportion |
static int |
IMPORT
indicateur de format d'importation |
Method Summary | |
void |
exportMNT(MNT mnt,
java.lang.String filename)
Fonction d'exportation du format (doit être vide si le format ne supporte pas l'exportation) |
java.lang.String |
getDescription()
Retourne une description du format gere |
java.lang.String |
getExtension()
Retourne l'extension geree par le format |
MNT |
importMNT(java.lang.String filename)
Fonction d'importation du format (doit être vide si le format ne supporte pas l'importation) |
int |
support()
Mode de support du format |
Field Detail |
public static final int EXPORT
public static final int IMPORT
Method Detail |
public java.lang.String getExtension()
public java.lang.String getDescription()
public int support()
public void exportMNT(MNT mnt, java.lang.String filename) throws java.io.IOException
MNT
- le mnt à exporterfilename
- nom du fichier où sera sauvegarder le MNTjava.io.IOException
- en cas de problème d'écriture du fichierpublic MNT importMNT(java.lang.String filename) throws java.io.IOException
filename
- nom du fichier où sera sauvegarder le MNTjava.io.IOException
- en cas de problème de lecture du fichier
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |