public class XMLStore extends Object
| Constructor and Description |
|---|
XMLStore() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Zone> |
readFromXML(InputStream is) |
static void |
writeToXML(ArrayList<Zone> liste,
OutputStream os) |
public static ArrayList<Zone> readFromXML(InputStream is) throws IOException
IOExceptionpublic static void writeToXML(ArrayList<Zone> liste, OutputStream os)
Copyright © 2018 LSST. All rights reserved.