クラス CsvNavigateCommand

java.lang.Object
com.streamConverter.command.AbstractStreamCommand
com.streamConverter.command.impl.CsvNavigateCommand
すべての実装されたインタフェース:
IStreamCommand

public class CsvNavigateCommand extends AbstractStreamCommand
CSV変換コマンドクラス

このクラスは、CSV形式のデータを変換するためのコマンドを実装します。 ストリームを使用して、CSVデータを読み込み、変換後のデータを出力します。 変換対象のXPathである箇所を特定したあとに、変換処理を実行することを想定しています。

  • コンストラクタの詳細

    • CsvNavigateCommand

      public CsvNavigateCommand()
  • メソッドの詳細

    • _execute

      protected void _execute(InputStream inputStream, OutputStream outputStream) throws IOException
      クラスからコピーされた説明: AbstractStreamCommand
      Abstract method to be implemented by subclasses for executing the command.
      定義:
      _execute クラス内 AbstractStreamCommand
      パラメータ:
      inputStream - The input stream to read data from.
      outputStream - The output stream to write data to.
      例外:
      IOException - If an I/O error occurs during the execution of the command.