nlib
|
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 stream-related classes usually commonly used, various containers, and other gadget classes. 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... | |
Declares the function for the library conversion of bsdiff
.
Definition in file BsDiff.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.