js.tinyvm
Interface IClassPath

All Known Implementing Classes:
ClassPath

public interface IClassPath

Interface for class paths.

Rating red

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

Method Detail

getInputStream

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

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