Class URLDecode

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_string.URLDecode
All Implemented Interfaces:
Function<String,String>

public class URLDecode extends Object implements Function<String,String>
URLDecode string data
  • Constructor Details

    • URLDecode

      public URLDecode(String charset)
      URLDecode any incoming string using the specified charset.
      Parameters:
      charset - A valid character set name from Charset
    • URLDecode

      public URLDecode()
  • Method Details