nlib
BsDiff.h File Reference

Declares the function for the library conversion of bsdiff. More...

#include "nn/nlib/Config.h"

Go to the source code of this file.

Namespaces

 nn::nlib
 Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. nlib_ns is an alias.
 
 nn::nlib::oss
 Implements a library for open-source software (OSS), code derived from OSS, and for accessing OSS.
 

Functions

errno_t nn::nlib::oss::BsDiffZ (OutputStream *patch, void *old_data, size_t old_size, void *new_data, size_t new_size) noexcept
 Creates a patch to update from the old data to the new data. More...
 
errno_t nn::nlib::oss::BsPatchZ (OutputStream *new_stream, void *old_data, size_t old_size, void *patch_data, size_t patch_size) noexcept
 Creates new data from the old data and the patch data. More...
 

Detailed Description

Declares the function for the library conversion of bsdiff.

Definition in file BsDiff.h.