org.lsst.ccs.utilities.zonesui
Class XMLStore

java.lang.Object
  extended by org.lsst.ccs.utilities.zonesui.XMLStore

public class XMLStore
extends Object

Author:
Pascal Durieu

Constructor Summary
XMLStore()
           
 
Method Summary
static ArrayList<Zone> readFromXML(InputStream is)
           
static void writeToXML(ArrayList<Zone> liste, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStore

public XMLStore()
Method Detail

readFromXML

public static ArrayList<Zone> readFromXML(InputStream is)
                                   throws IOException
Throws:
IOException

writeToXML

public static void writeToXML(ArrayList<Zone> liste,
                              OutputStream os)


Copyright © 2013 LSST. All Rights Reserved.