org.tempuri.javac
Interface JavaClassReader

All Known Implementing Classes:
FileSystemClassFactoryImpl.ClassReaderImpl, MemoryClassFactoryImpl.ClassReaderImpl

public interface JavaClassReader

Interface to a object that knows how to locate a compiled Java class


Method Summary
 java.lang.String getClassName()
          Returns the name of the class to be read
 java.io.InputStream getInputStream()
          Returns an InputStream containing the class's content
 

Method Detail

getClassName

java.lang.String getClassName()
Returns the name of the class to be read

Returns:
a String value

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Returns an InputStream containing the class's content

Returns:
an InputStream value
Throws:
java.io.IOException - if an error occurs