Snappy-Android icon indicating copy to clipboard operation
Snappy-Android copied to clipboard

java.io.IOException:FAILED_TO_UNCOMPRESS

Open nhCoder opened this issue 6 years ago • 0 comments

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

nhCoder avatar Jan 20 '19 18:01 nhCoder