net.minecraft.network

public class CompressionDecoder

extends io.netty.handler.codec.ByteToMessageDecoder

vx
net.minecraft.network.CompressionDecoder
net.minecraft.class_2532

Field summary

Modifier and TypeField
public static final int
a
MAXIMUM_COMPRESSED_LENGTH
field_34057
public static final int
b
MAXIMUM_UNCOMPRESSED_LENGTH
field_33279
private final Inflater
c
inflater
field_11622
private int
d
threshold
field_11623
private boolean
e
validateDecompressed
field_34058

Constructor summary

ModifierConstructor
public (int arg0, boolean arg1)

Method summary

Modifier and TypeMethod
protected void
decode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, List<Object> arg2)
decode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, List<Object> arg2)
private void
a(io.netty.buffer.ByteBuf arg0)
setupInflaterInput(io.netty.buffer.ByteBuf arg0)
method_52896(io.netty.buffer.ByteBuf arg0)
private io.netty.buffer.ByteBuf
a(io.netty.channel.ChannelHandlerContext arg0, int arg1)
inflate(io.netty.channel.ChannelHandlerContext arg0, int arg1)
method_52897(io.netty.channel.ChannelHandlerContext arg0, int arg1)
public void
a(int arg0, boolean arg1)
setThreshold(int arg0, boolean arg1)
method_10739(int arg0, boolean arg1)