Class StringHelper


  • public class StringHelper
    extends Object
    • Method Detail

      • invert

        public static String invert​(String in)
        Returns a String with the inverted bytes of the given input String.
        Parameters:
        in - The String whose bytes will be inverted.
        Returns:
        A String with the inverted bytes of the given input String.