|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBackup
Cette classe sert a sauvegarder des points
Field Summary | |
private static int |
FILE_HEADER
|
Constructor Summary | |
Backup()
|
Method Summary | |
static double[][] |
loadPoints(java.lang.String fileName)
|
static void |
savePoints(java.lang.String fileName,
double[] x,
double[] y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int FILE_HEADER
Constructor Detail |
public Backup()
Method Detail |
public static double[][] loadPoints(java.lang.String fileName)
public static void savePoints(java.lang.String fileName, double[] x, double[] y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |