Package net.runelite.cache.fs.jagex
Class CompressionType
- java.lang.Object
-
- net.runelite.cache.fs.jagex.CompressionType
-
public class CompressionType extends Object
-
-
Constructor Summary
Constructors Constructor Description CompressionType()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
BZ2
public static final int BZ2
- See Also:
- Constant Field Values
-
GZ
public static final int GZ
- See Also:
- Constant Field Values
-
-