Class N3streamWriter

    • Field Detail

      • debug

        protected boolean debug
        Deprecated.
      • debugPos

        protected boolean debugPos
        Deprecated.
      • debugWriteData

        protected boolean debugWriteData
        Deprecated.
      • recStart

        protected int recStart
        Deprecated.
      • recSize

        protected int recSize
        Deprecated.
      • usePadding

        protected boolean usePadding
        Deprecated.
      • filePos

        protected long filePos
        Deprecated.
    • Constructor Detail

      • N3streamWriter

        protected N3streamWriter​(NetcdfFile ncfile)
        Deprecated.
    • Method Detail

      • writeHeader

        public void writeHeader​(DataOutputStream stream,
                                int numrec)
                         throws IOException
        Deprecated.
        Write the header to a stream.
        Parameters:
        stream - write to this stream.
        numrec - pass in number of record is you know it, else -1 for "streaming" format variant
        Throws:
        IOException - if write fails