net.sourceforge.groboutils.util.classes.v1.jdk0
Interface BytecodeSource

All Known Implementing Classes:
UrlClassLoader

public interface BytecodeSource

Load classes by byte Arrays. JDK 1.0+ compatible.

Since:
November 17, 2000 (GroboUtils Alpha 0.9.0)
Version:
$Date: 2003/02/10 22:52:37 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 byte[] getBytecode(java.lang.String classname)
          Loads the bytecode for the given classname.
 

Method Detail

getBytecode

public byte[] getBytecode(java.lang.String classname)
Loads the bytecode for the given classname.

Parameters:
classname - the name of the class to find.
Returns:
null if there was an error finding the class, or the bytecode for the given class.


Copyright © 2001-2003 by The GroboUtils Project