Use the InflaterCache within UnpackedObjectLoader
commit771d22ca4dd38932282b7f4c294341c56d0f7cf5
authorShawn O. Pearce <spearce@spearce.org>
Sun, 18 May 2008 19:30:31 +0000 (18 15:30 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 18 May 2008 19:39:54 +0000 (18 15:39 -0400)
tree64939c190ad48da68537bfc57ea951b4ea8cc3f4
parentde1a1a08764825c92a170c7130d6328823cce55e
Use the InflaterCache within UnpackedObjectLoader

This way we can recycle Inflaters efficiently when reading from
a loose object.

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