org.tempuri.javacImpl.util
Class MemoryClassFactoryImpl.ClassWriterImpl

java.lang.Object
  extended by org.tempuri.javacImpl.util.MemoryClassFactoryImpl.ClassWriterImpl
All Implemented Interfaces:
JavaClassWriter
Enclosing class:
MemoryClassFactoryImpl

public class MemoryClassFactoryImpl.ClassWriterImpl
extends java.lang.Object
implements JavaClassWriter


Method Summary
 java.lang.String getClassName()
          Returns the name of the class to be written
 void writeClass(java.io.InputStream inputStream)
          Handle a generated class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassName

public java.lang.String getClassName()
Description copied from interface: JavaClassWriter
Returns the name of the class to be written

Specified by:
getClassName in interface JavaClassWriter
Returns:
name of class

writeClass

public void writeClass(java.io.InputStream inputStream)
                throws java.io.IOException
Description copied from interface: JavaClassWriter
Handle a generated class. The compiler calls this for each class it compiles

Specified by:
writeClass in interface JavaClassWriter
Parameters:
inputStream - stream containing contents of compiled class
Throws:
java.io.IOException - if an error occurs