Decoder for interleaved VCDIFF deltas. More...
Decoder for interleaved VCDIFF deltas.
tiny-vcdiff is a decoder for binary delta files that have been generated by open-vcdiff in the interleaved format.
Every delta requires a source (the known data) and a target (the reconstructed data). This implementation provides backends for the Memory Technology Device and Virtual File System (VFS) layer storage drivers.
The example down below uses a Memory Technology Device device as known source data and writes the resulting target data into a Virtual File System (VFS) layer file.
Licensed under MIT.
Files | |
file | vcdiff_mtd.h |
file | vcdiff_vfs.h |