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, wait
Methods 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
iterator
-