public class StateVectorWriter extends AbstractWriter
| Constructor and Description |
|---|
StateVectorWriter(String xmlTag,
String kvnTag,
StateVector stateVector,
TimeConverter timeConverter)
Create a writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeContent(Generator generator)
Write the content of the section, excluding surrounding tags.
|
intArrayToString, writepublic StateVectorWriter(String xmlTag, String kvnTag, StateVector stateVector, TimeConverter timeConverter)
xmlTag - name of the XML tag surrounding the sectionkvnTag - name of the KVN tag surrounding the section (may be null)stateVector - state vector to writetimeConverter - converter for datesprotected void writeContent(Generator generator) throws IOException
writeContent in class AbstractWritergenerator - generator to use for producing outputIOException - if any buffer writing operations failsCopyright © 2002-2022 CS GROUP. All rights reserved.