Interface Compression

All Known Implementing Classes:
Compression

public interface Compression
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
    static int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    compress​(byte[] buf, int start, int[] len)
     
    void
    init​(int type, int level)
     
    byte[]
    uncompress​(byte[] buf, int start, int[] len)
     
  • Field Details

  • Method Details

    • init

      void init(int type, int level) throws Exception
      Throws:
      Exception
    • compress

      byte[] compress(byte[] buf, int start, int[] len)
    • uncompress

      byte[] uncompress(byte[] buf, int start, int[] len)