Method DoWrapDirectoryReader
DoWrapDirectoryReader(DirectoryReader)
Called by the DoOpenIfChanged() methods to return a new wrapped DirectoryReader.
Implementations should just return an instance of themselves, wrapping the passed in DirectoryReader.
Declaration
protected abstract DirectoryReader DoWrapDirectoryReader(DirectoryReader input)
Parameters
Type | Name | Description |
---|---|---|
DirectoryReader | input | the DirectoryReader to wrap |
Returns
Type | Description |
---|---|
DirectoryReader | the wrapped DirectoryReader |