Purge unused ByteBufWriteUtil methods 41/86741/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jan 2020 14:57:49 +0000 (15:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jan 2020 15:53:05 +0000 (16:53 +0100)
commit2f72ff4c542cab6bef35e9dce943bfd84f0f992d
treee0f331289f3d23ae23ef65c4379e78d1efb530b6
parent2ebb9c3b8a7f81a692bef07901449b9c018663c2
Purge unused ByteBufWriteUtil methods

Most of these methods have an appropriate replacement in either
ByteBufUtils or ByteBuf, or are completely unused. Remove them
along with their tests.

Change-Id: I95e2e8bff6fbfd60471d93470e465ba07ce5ddca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
util/src/main/java/org/opendaylight/protocol/util/ByteBufWriteUtil.java
util/src/test/java/org/opendaylight/protocol/util/ByteBufWriteUtilTest.java