public class ClassPatch extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
existsAtTarget |
int |
inputChecksum |
String |
name |
byte[] |
patch |
String |
sourceClassName |
String |
targetClassName |
Constructor and Description |
---|
ClassPatch(String name,
String sourceClassName,
String targetClassName,
boolean existsAtTarget,
int inputChecksum,
byte[] patch) |