Interface Compressor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringcompress​(java.lang.String source)
      The main method that compresses the given source and returns a compressed result.
    • Method Detail

      • compress

        java.lang.String compress​(java.lang.String source)
        The main method that compresses the given source and returns a compressed result.
        Parameters:
        source - The source to compress.
        Returns:
        Compressed result.