Class CdmMetadataWriter


  • public class CdmMetadataWriter
    extends AbstractWriter
    Writer for Metadata for CCSDS Conjunction Data Messages.
    Since:
    11.2
    Author:
    Melina Vanel
    • Constructor Detail

      • CdmMetadataWriter

        public CdmMetadataWriter​(CdmMetadata metadata)
        Simple constructor.
        Parameters:
        metadata - metadata to write
    • Method Detail

      • writeContent

        protected void writeContent​(Generator generator)
                             throws IOException
        Write the content of the section, excluding surrounding tags.
        Specified by:
        writeContent in class AbstractWriter
        Parameters:
        generator - generator to use for producing output
        Throws:
        IOException - if any buffer writing operations fails