Uses of Class
com.couchbase.client.core.compression.snappy.repackaged.org.iq80.snappy.v04.CorruptionException
Packages that use CorruptionException
Package
Description
These classes came from https://github.com/dain/snappy/ at tag "snappy-0.4".
-
Uses of CorruptionException in com.couchbase.client.core.compression.snappy.repackaged.org.iq80.snappy.v04
Methods in com.couchbase.client.core.compression.snappy.repackaged.org.iq80.snappy.v04 that throw CorruptionExceptionModifier and TypeMethodDescriptionstatic int
SlowSnappy.getUncompressedLength
(byte[] compressed, int compressedOffset) static byte[]
SlowSnappy.uncompress
(byte[] compressed, int compressedOffset, int compressedSize) static int
SlowSnappy.uncompress
(byte[] compressed, int compressedOffset, int compressedSize, byte[] uncompressed, int uncompressedOffset)