1454c3a777
Motivation: Fix the issue of incorrectly calculating the number of dump rows when using prettyHexDumpmethod in ByteBufUtil. The way to find the remainder is either length % 16 or length & 15 Modification: Fixed the way to calculate the remainder Result: Fixed #9301