public abstract class DirFileEntryEnumIteratorBase extends Object implements CloseableIterator<FileEntry>
| Constructor and Description |
|---|
DirFileEntryEnumIteratorBase(jcifs.smb.SmbTreeHandleImpl th,
SmbResource parent,
String wildcard,
ResourceNameFilter filter,
int searchAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SmbResource |
getParent() |
int |
getSearchAttributes() |
jcifs.smb.SmbTreeHandleImpl |
getTreeHandle() |
String |
getWildcard() |
boolean |
hasNext() |
FileEntry |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic DirFileEntryEnumIteratorBase(jcifs.smb.SmbTreeHandleImpl th,
SmbResource parent,
String wildcard,
ResourceNameFilter filter,
int searchAttributes)
throws CIFSException
th - parent - wildcard - filter - searchAttributes - CIFSExceptionpublic final jcifs.smb.SmbTreeHandleImpl getTreeHandle()
public final int getSearchAttributes()
public final String getWildcard()
public final SmbResource getParent()
public boolean hasNext()
hasNext in interface Iterator<FileEntry>Iterator.hasNext()public FileEntry next()
next in interface Iterator<FileEntry>Iterator.next()public void close()
throws CIFSException
close in interface AutoCloseableclose in interface CloseableIterator<FileEntry>CIFSExceptionAutoCloseable.close()Copyright © 2018. All rights reserved.