Package-level declarations
Functions
Link copied to clipboard
Adds a 32-bit checksum of the buffer's slice, computed by starting from startIndex and ending at io.netty.buffer.ByteBuf.writerIndex.
Link copied to clipboard
Checks whether the checksum written with the payload matches the checksum of the payload itself. Note that the checksum is computed starting at the readerIndex = 0. The readerIndex is expected to be at the end of the crc32 value itself.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reads the remaining contents of the ByteBuf into a byte array. This function will increase ByteBuf.writerIndex by ByteBuf.readableBytes
Link copied to clipboard