Class PythonMessageWriter<H extends Header,​S extends Segment<?,​?>,​F extends NdmConstituent<H,​S>>

    • Constructor Detail

      • PythonMessageWriter

        public PythonMessageWriter()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • writeHeader

        public void writeHeader​(Generator generator,
                                H header)
                         throws IOException
        Write header for the file.
        Specified by:
        writeHeader in interface MessageWriter<H extends Header,​S extends Segment<?,​?>,​F extends NdmConstituent<H,​S>>
        Parameters:
        generator - generator to use for producing output
        header - header to write (creation date and originator will be added if missing)
        Throws:
        IOException - if the stream cannot write to stream