Interface Compression


  • public interface Compression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFLATER  
      static int INFLATER  
    • Method Detail

      • init

        void init​(int type,
                  int level)
      • compress

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

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