パッケージ jcifs.smb
クラス DirFileEntryEnumIteratorBase
- java.lang.Object
-
- jcifs.smb.DirFileEntryEnumIteratorBase
-
- すべての実装されたインタフェース:
AutoCloseable,Iterator<FileEntry>,CloseableIterator<FileEntry>
- 直系の既知のサブクラス:
DirFileEntryEnumIterator2
public abstract class DirFileEntryEnumIteratorBase extends Object implements CloseableIterator<FileEntry>
- 作成者:
- mbechler
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DirFileEntryEnumIteratorBase(jcifs.smb.SmbTreeHandleImpl th, SmbResource parent, String wildcard, ResourceNameFilter filter, int searchAttributes)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected FileEntryadvance(boolean last)voidclose()protected voiddoClose()protected abstract voiddoCloseInternal()protected abstract booleanfetchMore()SmbResourcegetParent()protected abstract FileEntry[]getResults()intgetSearchAttributes()jcifs.smb.SmbTreeHandleImplgetTreeHandle()StringgetWildcard()booleanhasNext()protected abstract booleanisDone()FileEntrynext()protected abstract FileEntryopen()voidremove()-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド java.util.Iterator
forEachRemaining
-
-
-
-
コンストラクタの詳細
-
DirFileEntryEnumIteratorBase
public DirFileEntryEnumIteratorBase(jcifs.smb.SmbTreeHandleImpl th, SmbResource parent, String wildcard, ResourceNameFilter filter, int searchAttributes) throws CIFSException- パラメータ:
th-parent-wildcard-filter-searchAttributes-- 例外:
CIFSException
-
-
メソッドの詳細
-
getTreeHandle
public final jcifs.smb.SmbTreeHandleImpl getTreeHandle()
- 戻り値:
- the treeHandle
-
getSearchAttributes
public final int getSearchAttributes()
- 戻り値:
- the searchAttributes
-
getWildcard
public final String getWildcard()
- 戻り値:
- the wildcard
-
getParent
public final SmbResource getParent()
- 戻り値:
- the parent
-
advance
protected final FileEntry advance(boolean last) throws CIFSException
- 例外:
CIFSException
-
open
protected abstract FileEntry open() throws CIFSException
- 例外:
CIFSException
-
isDone
protected abstract boolean isDone()
-
fetchMore
protected abstract boolean fetchMore() throws CIFSException- 例外:
CIFSException
-
getResults
protected abstract FileEntry[] getResults()
-
doClose
protected void doClose() throws CIFSException- 例外:
CIFSException
-
doCloseInternal
protected abstract void doCloseInternal() throws CIFSException- 例外:
CIFSException
-
hasNext
public boolean hasNext()
- 定義:
hasNextインタフェース内Iterator<FileEntry>- 関連項目:
Iterator.hasNext()
-
next
public FileEntry next()
- 定義:
nextインタフェース内Iterator<FileEntry>- 関連項目:
Iterator.next()
-
close
public void close() throws CIFSException- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内CloseableIterator<FileEntry>- 例外:
CIFSException- 関連項目:
AutoCloseable.close()
-
-