| com.caucho.loader.enhancer.ByteCodeEnhancer
ByteCodeEnhancer | public interface ByteCodeEnhancer (Code) | | Direct bytecode enhancer.
|
Method Summary | |
public byte[] | enhance(String className, byte[] buffer, int offset, int length) Returns the enhanced .class or null if no enhancement. |
enhance | public byte[] enhance(String className, byte[] buffer, int offset, int length)(Code) | | Returns the enhanced .class or null if no enhancement.
|
|
|