Class ByteSetter.StringByteSetter

    • Field Detail

      • hextypes

        protected static final char[] hextypes
    • Constructor Detail

      • StringByteSetter

        public StringByteSetter​(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
      • resultAsArray

        public char[] resultAsArray()
      • result

        public String result()