public interface Diff<T>
Modifier and Type | Method and Description |
---|---|
T |
apply(T part)
Applies difference to the specified part and returns the resulted part
|
void |
writeTo(StreamOutput out)
Writes the differences into the output stream
|
void writeTo(StreamOutput out) throws java.io.IOException
java.io.IOException