Interface Decompressor

All Known Implementing Classes:
ZstdDecompressor

public interface Decompressor
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)
     
    void