Class ReadCompress

java.lang.Object
com.iizix.test.svg.ReadCompress

public class ReadCompress extends Object
Test method to read an SVG file and output it to screen (can be redirected to file). The first argument is the SVG file name and an optional second one to write the output to that file name, otherwise it is written to screen.

UTF-8 will be used to read and write the file(s) unless specified otherwise using Java JVM parameter -Dfile.encoding=<i>encoding-name</i>.

Author:
Christopher Mindus
  • Method Details

    • main

      public static void main(String[] args)
      The main method.
      Parameters:
      args - The arguments.