cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.utilxi.base64.api.Base64

Former Member
0 Kudos

Hi all,

does anybody know where I can find the JavaDoc for this class?

(And please answer only this question!)

Regards

Manfred Schmidt-Voigt

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos
Former Member
0 Kudos

But is there no documentation available for the SAP package?

stefan_grube
Active Contributor
0 Kudos

Hi Manfred,

This is no official API, so there is no Javadoc for it.

If you use it, be aware that changes to this class may occur without notice.

The class has two static methods:

String encode(byte[]) // binary -> base64

byte[] decode(String) // base64 -> binary

Hope that helps

Stefan

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you for all your answers. But for my opinion there should be realy an "official" (what ever that means) package for such useful conversions. There might be other conversion too which should be available for the graphical mapping. I have implemented this via UDF in XI 3.0.

Former Member
0 Kudos

Sorry, but that was not the answer for my question. I am searching for the JavaDoc for this package. I have used it already, but I want to see the documentation for that package. And that is not included beyond that directory/classtree!

dharamveer_gaur2
Active Contributor
0 Kudos

It is in aii_utilxi_misc.jar and you find this on your PI server under this folder:

C:\usr\sap\*\*\j2ee\cluster\server0\bin\ext\com.sap.xi.util.misc