Package no.maddin.niofs.smb
Class SMBDirectoryStream
java.lang.Object
no.maddin.niofs.smb.SMBDirectoryStream
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<Path>,DirectoryStream<Path>
Iterates over SMB entries in an SMB directory.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.nio.file.DirectoryStream
DirectoryStream.Filter<T> -
Constructor Summary
ConstructorsConstructorDescriptionSMBDirectoryStream(SMBFileSystemProvider provider, SMBPath smbFile, DirectoryStream.Filter<? super Path> filter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SMBDirectoryStream
SMBDirectoryStream(SMBFileSystemProvider provider, SMBPath smbFile, DirectoryStream.Filter<? super Path> filter)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
iterator
-