Interface ContentDecoder

    • Method Detail

      • decode

        java.nio.ByteBuffer decode​(java.nio.ByteBuffer buffer)

        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