Package net.runelite.cache.util
Class GZip
- java.lang.Object
-
- net.runelite.cache.util.GZip
-
public class GZip extends Object
-
-
Constructor Summary
Constructors Constructor Description GZip()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]compress(byte[] bytes)static byte[]decompress(byte[] bytes, int len)
-
-
-
Method Detail
-
compress
public static byte[] compress(byte[] bytes) throws IOException- Throws:
IOException
-
decompress
public static byte[] decompress(byte[] bytes, int len) throws IOException- Throws:
IOException
-
-