Interface ByteSequence

    • Method Detail

      • byteAt

        byte byteAt​(int index)
        Obtains the byte at the index.
        Parameters:
        index - Index of the byte.
        Returns:
        byte at the index.
      • length

        int length()
        Obtains the number of byte values in the ByteSequence.
        Returns:
        Number of byte values in the ByteSequence.