asia.redact.bracket.util
Class Base64UrlSafe
java.lang.Object
asia.redact.bracket.util.Base64UrlSafe
public class Base64UrlSafe
- extends Object
Wrapper to provide a type for Base64 url-safe variant Strings.
- Author:
- Dave
encoded
final String encoded
Base64UrlSafe
public Base64UrlSafe(String encoded)
Base64UrlSafe
public Base64UrlSafe(byte[] bytes)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
decode
public byte[] decode()
throws IOException
- Throws:
IOException
Copyright © 2011-2013 David R. Smith. All Rights Reserved.