Class D4DSP

  • All Implemented Interfaces:
    dap4.core.data.DSP
    Direct Known Subclasses:
    FileDSP, HttpDSP

    public abstract class D4DSP
    extends AbstractDSP
    DAP4 Serial to DSP interface This code should be completely independent of thredds. Its goal is to provide a DSP interface to a sequence of bytes representing serialized data, possibly including a leading DMR.
    • Constructor Detail

      • D4DSP

        public D4DSP()
    • Method Detail

      • build

        protected void build​(String document,
                             byte[] serialdata,
                             ByteOrder order)
                      throws dap4.core.util.DapException
        Throws:
        dap4.core.util.DapException
      • build

        protected void build​(dap4.core.dmr.DapDataset dmr,
                             byte[] serialdata,
                             ByteOrder order)
                      throws dap4.core.util.DapException
        Build the data from the incoming serial data Note that some DSP's will not use
        Parameters:
        dmr -
        serialdata -
        order -
        Throws:
        dap4.core.util.DapException