net.sf.fmj.filtergraph
Class FilterGraphIO

java.lang.Object
  extended by net.sf.fmj.filtergraph.FilterGraphIO

public final class FilterGraphIO
extends java.lang.Object

Converts FilterGraph to/from XML.

Author:
Ken Larson

Method Summary
static void write(FilterGraph g, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(FilterGraph g,
                         java.io.OutputStream os)
                  throws java.io.IOException
Throws:
java.io.IOException