Hoist readFully and decodeUInt32 up from PackIndexV1 to PackIndex
commit18136e5393ac4cdaf49b261690b3d9a6db3bd0ff
authorShawn O. Pearce <spearce@spearce.org>
Thu, 6 Mar 2008 00:29:14 +0000 (5 19:29 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 03:25:59 +0000 (6 23:25 -0400)
treeb9da4a4ba55996e2e12a35c2068a3bcd528ccd3c
parent6fd7572b1bb9a34c6a2d0712a2d7f193102810e7
Hoist readFully and decodeUInt32 up from PackIndexV1 to PackIndex

These functions are very useful and will be required to implement
a PackIndexV2 implementation, or probably any other implementation
for a PackIndex.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/PackIndex.java
org.spearce.jgit/src/org/spearce/jgit/lib/PackIndexV1.java