Add ByteBufUtils.writeUint{8,16,32,64} 44/94044/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Jan 2021 13:32:29 +0000 (14:32 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 5 Jan 2021 14:33:13 +0000 (14:33 +0000)
commiteb34ba3ef1d9f0f7cf724bdf2c3ed57943a40e8b
tree5ab1b271f0b2ee266aac99c9b44847aad3939ae4
parentbb60da5fe2d1928defb46ed92b290cfff93dcd81
Add ByteBufUtils.writeUint{8,16,32,64}

Plain ByteBufUtils.write() methods are hiding the width argument,
hence can potentially break binary encodings on type change.

Add explicit methods, so that the intent is documented and actually
breaks when incorrect type is applied.

Change-Id: I26e14048b4d4d44ea5044ff852650b18ca90012f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit e9bae1b48acf842fade92b5bcaf9e69b38b02c32)
yang/yang-common-netty/src/main/java/org/opendaylight/yangtools/yang/common/netty/ByteBufUtils.java