Interface S2Coder<T>

    • Method Detail

      • encode

        void encode​(T value,
                    java.io.OutputStream output)
             throws java.io.IOException
        Encodes value to output.
        Throws:
        java.io.IOException