Package com.iizix.test.svg
Class ReadCompress
java.lang.Object
com.iizix.test.svg.ReadCompress
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
Method Details
main
The main method.- Parameters:
args
- The arguments.