Class JimfsSecureDirectoryStream

java.lang.Object
com.google.common.jimfs.JimfsSecureDirectoryStream
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Path>, DirectoryStream<Path>, SecureDirectoryStream<Path>

final class JimfsSecureDirectoryStream extends Object implements SecureDirectoryStream<Path>
Secure directory stream implementation that uses a FileSystemView with the stream's directory as its working directory.