Shuffle the length of a WindowedFile down into its provider
commit25b5717fd4a47d8e1f56e02ea2c426247957b990
authorShawn O. Pearce <spearce@spearce.org>
Thu, 6 Mar 2008 02:32:05 +0000 (5 21:32 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 03:40:27 +0000 (6 23:40 -0400)
tree88102f91ae23a51749f5a04eda6694a86de97172
parent022d1ef1034c3ceff74a45175345ad40a2b2ee7a
Shuffle the length of a WindowedFile down into its provider

The length may not be known until after we open the file handle.
If we delay opening the file handle until the first access we
may not be able to get the length right away.

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