Class ZeroFsSecureDirectoryStream.DirectoryIterator

java.lang.Object
io.roastedroot.zerofs.ZeroFsSecureDirectoryStream.DirectoryIterator
All Implemented Interfaces:
Iterator<Path>
Enclosing class:
ZeroFsSecureDirectoryStream

public final class ZeroFsSecureDirectoryStream.DirectoryIterator extends Object implements Iterator<Path>
  • Field Details

    • fileNames

      private Iterator<Name> fileNames
    • nextPath

      private Path nextPath
    • nextPathReady

      private boolean nextPathReady
  • Constructor Details

    • DirectoryIterator

      public DirectoryIterator()
  • Method Details

    • prepareNext

      private void prepareNext()
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<Path>
    • next

      public Path next()
      Specified by:
      next in interface Iterator<Path>