View Javadoc
1 package jsdsi.sexp; 2 3 import java.io.IOException; 4 5 public interface SexpOutput { 6 public void writeSexp(Sexp s) throws IOException; 7 public void flush() throws IOException; 8 }

This page was automatically generated by Maven