类 CipherBase
java.lang.Object
net.minecraft.network.CipherBase
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
cipher
-
heapIn
private byte[] heapIn -
heapOut
private byte[] heapOut
-
-
构造器详细资料
-
CipherBase
-
-
方法详细资料
-
bufToByte
private byte[] bufToByte(io.netty.buffer.ByteBuf pBuffer) -
decipher
protected io.netty.buffer.ByteBuf decipher(io.netty.channel.ChannelHandlerContext pCtx, io.netty.buffer.ByteBuf pBuffer) throws ShortBufferException -
encipher
protected void encipher(io.netty.buffer.ByteBuf pInput, io.netty.buffer.ByteBuf pOut) throws ShortBufferException
-