Class DowngradedDirectoryStream
java.lang.Object
com.google.common.jimfs.DowngradedDirectoryStream
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Path>, DirectoryStream<Path>
A thin wrapper around a
SecureDirectoryStream that exists only to implement DirectoryStream and NOT implement SecureDirectoryStream.-
Nested Class Summary
Nested classes/interfaces inherited from interface DirectoryStream
DirectoryStream.Filter<T> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDowngradedDirectoryStream(SecureDirectoryStream<Path> secureDirectoryStream) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
secureDirectoryStream
-
-
Constructor Details
-
DowngradedDirectoryStream
DowngradedDirectoryStream(SecureDirectoryStream<Path> secureDirectoryStream)
-
-
Method Details
-
iterator
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-