Method | Description | |
---|---|---|
ApplyDelta ( string originalFile, string newFile, string deltaFile ) : void | ||
CreateDelta ( string originalFile, string newFile, string deltaFile, bool isExecutable ) : void | ||
IsSupported ( ) : bool |
Method | Description | |
---|---|---|
CheckApiSupport ( ) : bool |
public static ApplyDelta ( string originalFile, string newFile, string deltaFile ) : void | ||
originalFile | string | |
newFile | string | |
deltaFile | string | |
return | void |
public static CreateDelta ( string originalFile, string newFile, string deltaFile, bool isExecutable ) : void | ||
originalFile | string | |
newFile | string | |
deltaFile | string | |
isExecutable | bool | |
return | void |