Save string into byte array

  • Java’s byte datatype got a range from -128 to 127: :coffee:
    byte / Reference / Processing.org
  • It can’t store anything higher than 127, like 128 or 255! :scream:
  • However, don’t need to fret so much; b/c when we save or send those negative values as byte, they’re properly interpreted back to the original positive values: :face_with_hand_over_mouth: