|
Project Aristotle - ArisID Attribute Services | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBase64
| Method Summary | |
|---|---|
byte[] |
decode(java.lang.String inStr)
Decodes Base64 encoded data into byte array |
java.lang.String |
encode(byte[] inBytes)
Encodes byte array into Base64 string |
| Method Detail |
|---|
java.lang.String encode(byte[] inBytes)
inBytes - Array containing binary data
byte[] decode(java.lang.String inStr)
inStr - Base64 encoded string
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||