Closed yfakariya closed 7 years ago
Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
This PR fixes a bug that requiring buffer size calculation in PackXxx of ByteArrayPacker forgets its header size (1byte for scalars).
PackXxx
ByteArrayPacker
Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
This PR fixes a bug that requiring buffer size calculation in
PackXxx
ofByteArrayPacker
forgets its header size (1byte for scalars).