Add WritableObjects.writeLongs() 04/39904/3
authorRobert Varga <rovarga@cisco.com>
Mon, 6 Jun 2016 21:43:45 +0000 (23:43 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 8 Jun 2016 08:03:27 +0000 (08:03 +0000)
commitea01d1a58d373708d333c7feec8171ef8ebcd634
treeff1ec45fe603f804f4c815cee18401300852019d
parent4e971fc3aac8baa6fe8e6eaecd9738b32b5538e2
Add WritableObjects.writeLongs()

Utility method to output two longs (128bits) in 1-17 bytes. Saves
one byte over two WritableObjects.writeLong()s.

Change-Id: I4370c9aaa09d06191f96056605333fda0f92d84b
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/concepts/src/main/java/org/opendaylight/yangtools/concepts/WritableObjects.java