Snappy-Android
Snappy-Android copied to clipboard
java.io.IOException:FAILED_TO_UNCOMPRESS
I was trying to decompress multiple byte a same time and this happened. My code below.
byte[] xyr=.......;
String xy = Snappy.uncompressString(xyr, StandardCharsets.UTF_8);
Sent from my HOT 4 PRO using FastHub