| Class and Description |
|---|
| waffle.util.Base64
use Guava BaseEncoding.base64() instead. Internally this is now just a wrapper around guava and will be
removed in waffle 1.8.
|
| Method and Description |
|---|
| waffle.util.Base64.decode(String)
use Guava BaseEncoding.base64() instead. Internally this is now just a wrapper around guava and will
be removed in waffle 1.8.
|
| waffle.util.Base64.encode(byte[])
use Guava BaseEncoding.base64() instead. Internally this is now just a wrapper around guava and will
be removed in waffle 1.8.
|
Copyright © 2010-2014 com.github.dblock. All Rights Reserved.