Class ByteSetter.BinaryByteSetter

    • Constructor Detail

      • BinaryByteSetter

        public BinaryByteSetter​(int length)
    • Method Detail

      • set

        public void set​(byte b,
                        int index)
        Description copied from class: ByteSetter
        Set a byte.
        Specified by:
        set in class ByteSetter
        Parameters:
        b - byte value to set with
        index - index to set
      • result

        public byte[] result()