This iterator uses the standard java.io package to read the specified working directory as part of a {@link TreeWalk}.
java.io
226227228229230231232
* the id of the tree of the * @throws IOException */ public DirCacheCheckout(Repository repo, DirCache dc, ObjectId mergeCommitTree) throws IOException { this(repo, null, dc, mergeCommitTree, new FileTreeIterator(repo)); }