js.tinyvm
Interface IClassPath

All Known Implementing Classes:
ClassPath

public interface IClassPath

Interface for class paths.


Method Summary
 java.io.InputStream getInputStream(java.lang.String className)
          Get input stream with the given class byte code.
 

Method Detail

getInputStream

java.io.InputStream getInputStream(java.lang.String className)
                                   throws java.io.IOException
Get input stream with the given class byte code.

Parameters:
className - name of class with '/' as separator
Throws:
java.io.IOException - if class could not be found in class path