createReader method

DirectoryReader createReader()

Implementation

DirectoryReader createReader() {
  return (_asDirectory(this)).createReader();
}