jsdsi.sexp
Interface SexpOutput

All Known Implementing Classes:
XmlWriter

public interface SexpOutput


Method Summary
 void flush()
           
 void writeSexp(Sexp s)
           
 

Method Detail

writeSexp

public void writeSexp(Sexp s)
               throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2006 JSDSI. All Rights Reserved.