public interface Results
修飾子とタイプ | メソッドと説明 |
---|---|
void |
end()
一連のデータ出力を完了します。
|
boolean |
hasNext()
次の結果を出力可能であればtrueを返します。
|
RandomBuilder |
nextBuilder(MetaSource metaSource)
次の処理結果を構築するためのビルダを返します。
|
boolean hasNext()
RandomBuilder nextBuilder(MetaSource metaSource) throws IOException
metaSource
- 出力データのメタ情報。IOException
void end() throws IOException
IOException
Copyright © 2024 座間ソフト. All rights reserved.