Class Gzip
java.lang.Object
com.github.tomakehurst.wiremock.common.Gzip
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]gzip(byte[] plainContent) static byte[]static byte[]static booleanisGzipped(byte[] content) static byte[]unGzip(byte[] gzippedContent) static StringunGzipToString(byte[] gzippedContent)
-
Method Details
-
unGzip
public static byte[] unGzip(byte[] gzippedContent) -
unGzipToString
-
gzip
-
gzip
-
gzip
public static byte[] gzip(byte[] plainContent) -
isGzipped
public static boolean isGzipped(byte[] content)
-