org.shiftone.jrat.core.output
Interface FileOutput

All Known Implementing Classes:
FileOutputOutputStream, FileOutputPrintWriter, FileOutputWriter

public interface FileOutput

Author:
jeff@shiftone.org (Jeff Drost)

Method Summary
 void close()
           
 void flush()
           
 

Method Detail

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

flush

void flush()
           throws java.lang.Exception
Throws:
java.lang.Exception