Interface StreamWriter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(T object, java.io.OutputStream stream)  
      • Methods inherited from interface org.n52.janmayen.component.Keyed

        getKeys
    • Method Detail

      • write

        void write​(T object,
                   java.io.OutputStream stream)
            throws org.n52.svalbard.encode.exception.EncodingException
        Throws:
        org.n52.svalbard.encode.exception.EncodingException