Package dap4.dap4lib

Class D4DSP

  • Direct Known Subclasses:
    HttpDSP, RawDSP

    public abstract class D4DSP
    extends Object
    This Class takes a DAP4 serialization (as chunked input) stream and exports access to a compiled DMR, a compiled DAP4 data stream, and various parameters such as byteorder of the data stream. Most of the work is done by this class. Its subclasses need only provide a raw byte stream to DAP4 chunked data taken from e.g. a raw data file or an HTTP connection. It cannot be used standalone.