Hi,
I need to read base64 content which is in compressed gzip format and uncompress and decode the same using a Java Embedding. Any help in this regards?
I have browsed some online blogs where decoding of base64 is achieved through java embedding and it works but the problem i have is that the base64 is compressed in GZIP format.