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 StringDecode 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
valueOfmethods of subclasses.
-