Git.framework Reference Library

NSData(DeltaPatching) Category Reference

NSData(DeltaPatching) Category Reference

Declared in NSData+DeltaPatching.h

Overview

This category provides delta patching support to enable the restoration of delta compressed data.

Tasks

Instance Methods

dataByDeltaPatchingWithData:

- (NSData *)dataByDeltaPatchingWithData:(NSData *)deltaData
Parameters
deltaData

NSData to patch the receiver with

Return Value

restored data

Discussion

Returns the restored data from patching the deltaData with the receiver.

Declared In
NSData+DeltaPatching.h

Last updated: 2011-2-20