public interface Results
| Modifier and Type | Method and Description |
|---|---|
void |
end()
一連のデータ出力を完了します。
|
boolean |
hasNext()
次の結果を出力可能であればtrueを返します。
|
RandomBuilder |
nextBuilder(MetaSource metaSource)
次の処理結果を構築するためのビルダを返します。
|
boolean hasNext()
RandomBuilder nextBuilder(MetaSource metaSource) throws IOException
metaSource - 出力データのメタ情報。IOExceptionvoid end() throws IOException
IOExceptionCopyright © 2018 座間ソフト. All rights reserved.