public class FecsUtils
extends java.lang.Object
| Constructor and Description |
|---|
FecsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Fecs |
readFecsFromFile(java.lang.String file)
Read FECS from XML file
|
static void |
saveFecsToFile(Fecs fecs,
java.lang.String file)
Save FECS to XML file
|
public static Fecs readFecsFromFile(java.lang.String file) throws java.lang.Exception
file - java.lang.Exceptionpublic static void saveFecsToFile(Fecs fecs, java.lang.String file) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException
fecs - fecs to be savedfile - file name, with full pathjava.io.FileNotFoundExceptionjava.io.UnsupportedEncodingException