Class Main

java.lang.Object
com.streamconverter.Main

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

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

  • Method Details

    • main

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