修飾子とタイプ | フィールドと説明 |
---|---|
protected int |
counter |
protected File |
dir |
protected String |
prefix |
protected String |
suffix |
コンストラクタと説明 |
---|
DirectoryResults(File dir,
String prefix,
String suffix)
出力先ディレクトリとファイル名の前後を指定してオブジェクトを構築します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
end()
一連のデータ出力を完了します。
|
boolean |
hasNext()
次の結果を出力可能であればtrueを返します。
|
RandomBuilder |
nextBuilder(MetaSource metaSource)
次の処理結果を構築するためのビルダを返します。
|
protected final File dir
protected final String prefix
protected final String suffix
protected int counter
public boolean hasNext()
Results
public RandomBuilder nextBuilder(MetaSource metaSource)
Results
nextBuilder
インタフェース内 Results
metaSource
- 出力データのメタ情報。Copyright © 2024 座間ソフト. All rights reserved.