Package net.lax1dude.eaglercraft.v1_8.netty
-
Class Summary Class Description AbstractByteBuf A skeletal implementation of a buffer.ByteBuf A random and sequential accessible sequence of zero or more bytes (octets).ByteBufEaglercraftImpl Copyright (c) 2022-2023 LAX1DUDE.ByteBufInputStream AnInputStreamwhich reads data from aByteBuf.ByteBufOutputStream AnOutputStreamwhich writes data to aByteBuf.ByteBufUtil A collection of utility methods that is related with handlingByteBuf, such as the generation of hex dump and swapping an integer's byte order.MathUtil Math utility methods.NioBufferFunctions ObjectUtil A grab-bag of useful utility methods.SwappedByteBuf Wrapper which swap theByteOrderof aByteBuf.Unpooled Copyright (c) 2022-2023 LAX1DUDE.