Package org.kingdoms.utils.security
Class GZIPCompressor
java.lang.Object
org.kingdoms.utils.security.GZIPCompressor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]compress(byte[] bytes) static byte[]decompress(byte[] bytes)
-
Constructor Details
-
GZIPCompressor
public GZIPCompressor()
-
-
Method Details
-
compress
public static byte[] compress(byte[] bytes) -
decompress
public static byte[] decompress(byte[] bytes)
-