when i pass this
String encoded = Base64.encodeBytes(String.valueOf("who are you").getBytes(),Base64.GZIP);
this gzip data how can i decompress in R (sending this in R via API)
when i pass this
String encoded = Base64.encodeBytes(String.valueOf("who are you").getBytes(),Base64.GZIP);
this gzip data how can i decompress in R (sending this in R via API)