Class SourceCodeCompressor


  • public class SourceCodeCompressor
    extends Object
    • Method Detail

      • compress

        public static byte[] compress​(byte[] source,
                                      int off,
                                      int len)
      • compress

        public static byte[] compress​(byte[] source)
      • decompress

        public static byte[] decompress​(byte[] compressed,
                                        int len,
                                        int off)
                                 throws IOException
        Throws:
        IOException