FSDirHandle
-----------

                 Key: LUCY-84
                 URL: https://issues.apache.org/jira/browse/LUCY-84
             Project: Lucy
          Issue Type: Sub-task
          Components: Core
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey
            Priority: Blocker


FSDirHandle is an implementation of DirHandle for dealing with the regular
file system.  It's essentially a wrapper around the OS directory iterator - a
DIR* on unixen, and a HANDLE opened with FindFirstFile() on Windows.

Using a directory iterator rather than first dumping the directory contents
into an array and iterating over that is more efficient in many cases, e.g.
when looking for a file name that matches a pattern.

The test cases for FSDirHandle depend on FSFolder and will be added 
later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to