java.lang.Object
com.github.tomakehurst.wiremock.common.Gzip

public class Gzip extends Object
  • Method Details

    • unGzip

      public static byte[] unGzip(byte[] gzippedContent)
    • unGzipToString

      public static String unGzipToString(byte[] gzippedContent)
    • gzip

      public static byte[] gzip(String plainContent)
    • gzip

      public static byte[] gzip(String plainContent, Charset charset)
    • gzip

      public static byte[] gzip(byte[] plainContent)
    • isGzipped

      public static boolean isGzipped(byte[] content)