I am writing a java web-application in which users can select and plot data. The plots are generated with R, and exported to SVG. I was wondering if there is a way to directly return the SVG output stream instead of having to write a file and reading that file in java.I am writing a java web-application in which us