com.esri.aims.mtier.model.util
Class Base64Decoder
java.lang.Object
com.esri.aims.mtier.model.util.Base64Decoder
public class Base64Decoder
- extends Object
Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes.
- Version:
- 1.3
Method Summary |
static byte[] |
decode(String s)
Decodes data from Base64 notation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64Decoder
public Base64Decoder()
decode
public static byte[] decode(String s)
- Decodes data from Base64 notation.
- Parameters:
s
- the string to decode
- Returns:
- the decoded data