Package edu.sc.seis.sod
Class StAXFileWriter
java.lang.Object
edu.sc.seis.sod.StAXFileWriter
public class StAXFileWriter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description StAXFileWriter(java.io.File file)
-
Method Summary
Modifier and Type Method Description void
abort()
void
close()
javax.xml.stream.XMLStreamWriter
getStreamWriter()
-
Constructor Details
-
StAXFileWriter
public StAXFileWriter(java.io.File file) throws java.io.IOException, javax.xml.stream.XMLStreamException- Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
-
-
Method Details
-
getStreamWriter
public javax.xml.stream.XMLStreamWriter getStreamWriter() -
abort
public void abort() throws javax.xml.stream.XMLStreamException, java.io.IOException- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
-
close
public void close() throws javax.xml.stream.XMLStreamException, java.io.IOException- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
-