Package ubic.gemma.rest.util
Class ArgUtils
java.lang.Object
ubic.gemma.rest.util.ArgUtils
Utilities for working with
Arg
.- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Decode a base64-encoded gzip-compressed argument.
-
Constructor Details
-
ArgUtils
public ArgUtils()
-
-
Method Details
-
decodeCompressedArg
Decode a base64-encoded gzip-compressed argument.This intended to be used in the
valueOf
methods of subclasses.
-