public interface FormLoader
FindForm loadForm(java.io.InputStream input) throws java.io.IOException
input - where to read fromjava.io.IOExceptionvoid saveForm(FindForm form, java.io.OutputStream output) throws java.io.IOException
form - to be savedoutput - where to write tojava.io.IOException