开发者

Howto Base64 decode (library) in J2ME?

开发者 https://www.devze.com 2023-01-15 16:20 出处:网络
There are开发者_运维技巧 lots of Base64 libraries for Java SE but I can\'t seem to find one for J2ME.

There are开发者_运维技巧 lots of Base64 libraries for Java SE but I can't seem to find one for J2ME.

Does any one have a algorithm or library in their coding toolkit?

I receive following from a REST webservice (cut for clearity) :

[137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,64,0,0,0,46]

How do I decode the string above?

Thanks!


Try this code.
Confirm it once.

0

精彩评论

暂无评论...
验证码 换一张
取 消