Definitions for "DataSink"
an object that gets some data
an object that takes a DataSource as input and renders the output to a specified destination
a type of MediaHandler , so you must also implement the MediaHandler setSource method
Keywords:  fpt, resultset, dbf, jdbc, servlet
DataSink is a simple streaming Java library for processing JDBC ResultSets. Includes an example servlet which writes a ResultSet into a zipped .DBF/.FPT file pair and sends it out over the web .