Class InBandByteStream.Data

    • Constructor Detail

      • Data

        public Data​(byte[] bytes,
                    String sid,
                    int seq)
        Creates the <data/> element.
        Parameters:
        bytes - The bytes.
        sid - The session id.
        seq - The sequence number.
    • Method Detail

      • getSequence

        public final int getSequence()
        Gets the sequence number.
        Returns:
        The sequence number.
      • getBytes

        public final byte[] getBytes()
        Gets the bytes.
        Returns:
        The bytes.