Class LastChangesUtil

    • Constructor Detail

      • LastChangesUtil

        public LastChangesUtil()
    • Method Detail

      • shouldCompressDiff

        public static boolean shouldCompressDiff​(String diff)
        Parameters:
        diff - the diff
        Returns:
        true If diff is bigger than DIFF_COMPRESS_THRESHOLD
      • compress

        public static byte[] compress​(String uncompressedDiff)
      • decompress

        public static String decompress​(byte[] compressedDiff)