Class ArgUtils


  • public class ArgUtils
    extends Object
    Utilities for working with Arg.
    Author:
    poirigui
    • Constructor Detail

      • ArgUtils

        public ArgUtils()
    • Method Detail

      • decodeCompressedArg

        public static String decodeCompressedArg​(@Nullable
                                                 String s)
        Decode a base64-encoded gzip-compressed argument.

        This intended to be used in the valueOf methods of subclasses.