Add 64 bit network byte order encoding to NB
commit4b8cb0ffdb5f73414f0e3b18fae58ec2fbb84e7a
authorShawn O. Pearce <spearce@spearce.org>
Tue, 24 Jun 2008 02:10:05 +0000 (23 22:10 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Jun 2008 10:11:52 +0000 (28 12:11 +0200)
tree3d60f0f273ef392faa067abc4252f96760c56f90
parentaf71c38adeb9163d1cf73caf6f1f51e13dc54f58
Add 64 bit network byte order encoding to NB

The pack index v2 file format uses a 64 bit network byte order
element for the 64 bit offset table.  We already have code to
read these elements, but we do not yet have code to write such
an element to an output file.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/util/NB.java