com.solarmetric.kodo.enhance
Interface OutputProvider
- All Known Implementing Classes:
- DefaultOutputProvider
- public interface OutputProvider
An interface to provide the enhancer with an java.io.OutputStream
appropriate for a given class.
provideOutputStream
public OutputStream provideOutputStream(Class c)
throws IOException
- return an output stream for a given class.
notifyClosed
public void notifyClosed(Class c)
- notify implementations that the enhancer has finished work
on the class's bytecode and that the stream given prior
has been closed.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.