Package com.iizix.test.svg
Class ReadCompress
- java.lang.Object
- com.iizix.test.svg.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 Type Method Description static void
main(java.lang.String[] args)
The main method.