Class CompressionUtil
- java.lang.Object
-
- io.netty.handler.codec.compression.CompressionUtil
-
final class CompressionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CompressionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
checkChecksum(ByteBufChecksum checksum, ByteBuf uncompressed, int currentChecksum)
(package private) static java.nio.ByteBuffer
safeNioBuffer(ByteBuf buffer)
(package private) static java.nio.ByteBuffer
safeNioBuffer(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)
-
-