Package org.orekit.files.ccsds.ndm.adm
Class AdmCommonMetadataWriter
java.lang.Object
org.orekit.files.ccsds.section.AbstractWriter
org.orekit.files.ccsds.ndm.adm.AdmCommonMetadataWriter
Writer for Common metadata for CCSDS Attitude Parameter/Ephemeris Messages.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteContent(Generator generator) Write the content of the section, excluding surrounding tags.Methods inherited from class org.orekit.files.ccsds.section.AbstractWriter
enterSection, exitSection, intArrayToString, write
-
Constructor Details
-
AdmCommonMetadataWriter
Simple constructor.- Parameters:
metadata- metadata to write
-
-
Method Details
-
writeContent
Write the content of the section, excluding surrounding tags.- Specified by:
writeContentin classAbstractWriter- Parameters:
generator- generator to use for producing output- Throws:
IOException- if any buffer writing operations fails
-