Class CompressionUtil
- java.lang.Object
-
- io.netty.handler.codec.compression.CompressionUtil
-
final class CompressionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCompressionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidcheckChecksum(ByteBufChecksum checksum, ByteBuf uncompressed, int currentChecksum)(package private) static java.nio.ByteBuffersafeNioBuffer(ByteBuf buffer)(package private) static java.nio.ByteBuffersafeNioBuffer(ByteBuf buffer, int index, int length)
-
-
-
Method Detail
-
checkChecksum
static void checkChecksum(ByteBufChecksum checksum, ByteBuf uncompressed, int currentChecksum)
-
safeNioBuffer
static java.nio.ByteBuffer safeNioBuffer(ByteBuf buffer)
-
safeNioBuffer
static java.nio.ByteBuffer safeNioBuffer(ByteBuf buffer, int index, int length)
-
-