|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.system.utils.BASE64Decoder
public class BASE64Decoder
RFC 2045 compliant Base64 decoder.
Description:
Decodes a Base64 String. Callers should instantiate this class to
decode a Base64 encoded String.
Concurrency issues:
None.
| Constructor Summary | |
|---|---|
BASE64Decoder()
|
|
| Method Summary | |
|---|---|
byte[] |
decodeBuffer(java.lang.String xEncodedString)
Decodes a Base64 input String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BASE64Decoder()
| Method Detail |
|---|
public byte[] decodeBuffer(java.lang.String xEncodedString)
xEncodedString - Base64 encoded String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||