Interface Snappy.SPI

All Known Implementing Classes:
Snappy.IQ80Snappy, Snappy.XerialSnappy
Enclosing class:
Snappy

public static interface Snappy.SPI
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compress(byte[] input, int inputOffset, int length, byte[] output, int outputOffset)
     
    byte[]
     
    int
    maxCompressedLength(int length)
     
    int
    uncompress(byte[] input, int inputOffset, int length, byte[] output, int outputOffset)
     
    int
    uncompress(ByteBuffer compressed, ByteBuffer uncompressed)