메소드 | 설명 | |
---|---|---|
Apply ( byte baseData, byte delta ) : byte[] |
Apply the changes defined by delta to the data in base, yielding a new array of bytes.
|
public static Apply ( byte baseData, byte delta ) : byte[] | ||
baseData | byte | some byte representing an object of some kind. |
delta | byte | /// A git pack delta defining the transform from one version to /// another. /// |
리턴 | byte[] |