パッケージ com.streamConverter

クラス Main

java.lang.Object
com.streamConverter.Main

public class Main extends Object
Main class for the StreamConverter application.

This class demonstrates the usage of the StreamConverter with sample commands.

  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    static void
    main(String[] args)
    Main method to run the StreamConverter application.

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • Main

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

    • main

      public static void main(String[] args) throws IOException
      Main method to run the StreamConverter application.
      パラメータ:
      args - Command line arguments (not used).
      例外:
      IOException - If an I/O error occurs during the execution.