Interface Results

All Known Implementing Classes:
DirectoryResults, NopResults, ServletResponseResults, ServletResponseResults, SingleResult

public interface Results
処理結果です。
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
    一連のデータ出力を完了します。
    boolean
    次の結果を出力可能であればtrueを返します。
    jp.cssj.rsr.RandomBuilder
    nextBuilder(jp.cssj.resolver.MetaSource metaSource)
    次の処理結果を構築するためのビルダを返します。
  • Method Details

    • hasNext

      boolean hasNext()
      次の結果を出力可能であればtrueを返します。
      Returns:
      次の結果を出力可能であればtrueそうでなければfalse。
    • nextBuilder

      jp.cssj.rsr.RandomBuilder nextBuilder(jp.cssj.resolver.MetaSource metaSource) throws IOException
      次の処理結果を構築するためのビルダを返します。
      Parameters:
      metaSource - 出力データのメタ情報。
      Returns:
      データ構築オブジェクト。
      Throws:
      IOException
    • end

      void end() throws IOException
      一連のデータ出力を完了します。
      Throws:
      IOException