public class PetrifyConstants
extends java.lang.Object
Constructor and Description |
---|
PetrifyConstants() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
decode(java.lang.String s)
Decodes the given string which comes from either Petrify and/or Genet.
|
static java.lang.String |
encode(java.lang.String s)
Encodes the given string which is to be used by either Petrify and/or
Genet.
|
public static java.lang.String encode(java.lang.String s)
s
- The string to be encoded.public static java.lang.String decode(java.lang.String s)
s
- The string to be decoded.