Interface ContentDecoder

    • Method Detail

      • decode

        ByteBuffer decode​(ByteBuffer buffer)
        Deprecated.

        Decodes the bytes in the given buffer and returns decoded bytes, if any.

        Parameters:
        buffer - the buffer containing encoded bytes
        Returns:
        a buffer containing decoded bytes, if any