Package io.roastedroot.zerofs
Class ZeroFsSecureDirectoryStream.DirectoryIterator
- java.lang.Object
-
- io.roastedroot.zerofs.ZeroFsSecureDirectoryStream.DirectoryIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.nio.file.Path>
- Enclosing class:
- ZeroFsSecureDirectoryStream
public final class ZeroFsSecureDirectoryStream.DirectoryIterator extends java.lang.Object implements java.util.Iterator<java.nio.file.Path>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Iterator<Name>fileNamesprivate java.nio.file.PathnextPathprivate booleannextPathReady
-
Constructor Summary
Constructors Constructor Description DirectoryIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.nio.file.Pathnext()private voidprepareNext()
-
-
-
Field Detail
-
fileNames
private java.util.Iterator<Name> fileNames
-
nextPath
private java.nio.file.Path nextPath
-
nextPathReady
private boolean nextPathReady
-
-