Method |
Description |
|
DirCacheIterator ( DirCache dc ) : System |
Create a new iterator for an already loaded DirCache instance. The iterator implementation may copy part of the cache's data during construction, so the cache must be Read in prior to creating the iterator. |
|
DirCacheIterator ( DirCacheIterator parentIterator, DirCacheTree cacheTree ) : System |
|
|
back ( int delta ) : void |
|
|
createEmptyTreeIterator ( ) : GitSharp.Core.TreeWalk.EmptyTreeIterator |
|
|
createSubtreeIterator ( Repository repo ) : AbstractTreeIterator |
|
|
eof ( ) : bool |
|
|
first ( ) : bool |
|
|
getDirCacheEntry ( ) : DirCacheEntry |
Get the DirCacheEntry for the current file. |
|
idBuffer ( ) : byte[] |
|
|
idOffset ( ) : int |
|
|
next ( int delta ) : void |
|
|