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

A fast compressor/decompressor for Android https://github.com/google/snappy

Results 4 Snappy-Android issues
Sort by recently updated
recently updated
newest added

I get an error PARSING_ERROR(2) when uncompressed data after save the compressed as string and convert it as a byte array.

Hi,I use you lib in android,but it crash. FYI, this is the log: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.jiechic.library.android.snappy.Snappy" on path: DexPathList[[zip file "/data/app/org.semux-a3iMU_k-6IeNnrtTGMp_qQ==/base.apk", zip file "/data/app/org.semux-a3iMU_k-6IeNnrtTGMp_qQ==/split_lib_dependencies_apk.apk", zip file...

Need to update Google Snappy library to latest version

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...