Interface SshCompression


  • public interface SshCompression
    Version:
    $Revision: 1.18 $
    Author:
    $author$
    • 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[] data,
                        int start,
                        int len)
        Parameters:
        data -
        Returns:
      • uncompress

        byte[] uncompress​(byte[] data,
                          int start,
                          int len)
        Parameters:
        data -
        Returns: