Implementation of JavaOutputStream which outputs Java source code.
Note that this class has no direct knowledge of where that source code goes; that functionality is factored out into the WriterFactory interface, which returns a new PrintWriter for a given package and class name on demand. Typically, the implementation will be FileWriterFactory, which simply creates files under a source root directory, but this factoring allows for other arrangements to be supported.
@author Patrick Calahan
|
|