All Packages This Package Class Hierarchy Class Search Index
| Summary |
public interface ByteCodeReader
{
// Methods 1
public abstract byte[] readByteCode(String) throws Exception;
}
This interface maps a fully qualified class name to an array of bytes.
| Cross Reference |
| Methods |
· readByteCode | Summary | Top |
public abstract byte[] readByteCode(String name) throws Exception
Read byte code.
Parameter Description name fully qualified class name (using dots as separators and no trailing .class suffix)
- Returns:
- array of bytes in class file format
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7