Package net.md_5.bungee.jni.zlib
Class JavaZlib
java.lang.Object
net.md_5.bungee.jni.zlib.JavaZlib
- All Implemented Interfaces:
BungeeZlib
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JavaZlib
public JavaZlib()
-
-
Method Details
-
init
public void init(boolean compress, int level) - Specified by:
init
in interfaceBungeeZlib
-
free
public void free()- Specified by:
free
in interfaceBungeeZlib
-
process
public void process(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out) throws DataFormatException - Specified by:
process
in interfaceBungeeZlib
- Throws:
DataFormatException
-