Class ReadCompress


  • public class ReadCompress
    extends java.lang.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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static voidmain​(java.lang.String[] args)
      The main method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

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