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