Uses of Class
org.iq80.snappy.CorruptionException

  • Uses of CorruptionException in org.iq80.snappy

    Methods in org.iq80.snappy that throw CorruptionException
    Modifier and Type
    Method
    Description
    private static void
    SnappyDecompressor.copyLiteral(byte[] input, int ipIndex, byte[] output, int opIndex, int length)
     
    private static int
    SnappyDecompressor.decompressAllTags(byte[] input, int inputOffset, int inputSize, byte[] output, int outputOffset)
     
    private static int[]
    SnappyDecompressor.decompressTagSlow(byte[] input, int ipIndex, byte[] output, int outputLimit, int outputOffset, int opIndex)
    This is a second copy of the inner loop of decompressTags used when near the end of the input.
    static int
    Snappy.getUncompressedLength(byte[] compressed, int compressedOffset)
     
    static int
    SnappyDecompressor.getUncompressedLength(byte[] compressed, int compressedOffset)
     
    private static int[]
    SnappyDecompressor.readUncompressedLength(byte[] compressed, int compressedOffset)
    Reads the variable length integer encoded a the specified offset, and returns this length with the number of bytes read.
    static byte[]
    Snappy.uncompress(byte[] compressed, int compressedOffset, int compressedSize)
     
    static int
    Snappy.uncompress(byte[] compressed, int compressedOffset, int compressedSize, byte[] uncompressed, int uncompressedOffset)
     
    static byte[]
    SnappyDecompressor.uncompress(byte[] compressed, int compressedOffset, int compressedSize)
     
    static int
    SnappyDecompressor.uncompress(byte[] compressed, int compressedOffset, int compressedSize, byte[] uncompressed, int uncompressedOffset)