Class ByteCodeMerger
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.java.merger.ByteCodeMerger
-
public final class ByteCodeMerger extends Object
Class intended to merge bytecodes for enrichment.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
mergeByteCodes(byte[] originalByteCode, byte[] enrichmentByteCode)
Merge two bytecodes into one
-