Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Overview
» DF SDK™ Version 1.0.2.2
» DF SDK v1.0.2.2 Version History
» Binary Files Comparing
» Acknowledgments
Library LIBDF
» Introduction
» How it Works?
Getting Started
» File Comparing & Difference File Building
» df-file Applying (Reconstruction of New File)
Comparing & Diff
» dfOpenCmpByNames Function
» dfOpenCmpByHandles Function
» dfCompare Function
» dfTestCmpResult Function
» dfBuildN, dfBuildH Function
» dfCloseCmp Function
» TDfCmp Structure
» TDfCmpOptions Structure
» TDfCmpResult Structure
» TDfBldOptions Structure
Difference Applying
» dfOpenDfFile Function
» dfCloseDfFile Function
» dfGetDfInfo Function
» dfApplyN, dfApplyH Function
» dfTouch Function
» dfGetExtraDataSize Function
» dfGetExtraData Function
» TDfChangePhase Structure
» TDfInteract Structure
» TDfProgress Structure
Support Detail
» Error Codes
» Frequenlty Asked Questions
» How to Register DF SDK?
» DF SDK Update & Support
» Contact Information
 

Introduction

Library LIBDF is designed to solve a problem which can be briefly described as "binary files updating/patching".

If you are familiar with such standard utilities of the UNIX system as diff and patch then we could say that functionality of DF SDK can accomplish the same task though there is a significant difference: DF SDK effectively operates not only with text but with all binary files.

However if diff or patch sound nothing to you, let's describe what can be implemented using LIBDF by the following example:

Assume that you have some file which is being changed in the course of time. It can be an executable file of your program, or any other file independent on its format and content (except archive formats which will be described later). Let's assume that you have two version of one of those files which we can call old file and new file. Using functions of LIBDF library we can implement comparing of a new versus old file, find differences between them and save the data describing these differences in a special difference file - df-file. Later on using other functions of LIBDF library we can reconstruct a new file having only an old file and df-file.

best data recovery professional data recovery software data recovery program
usb file recovery flash drive data undelete unerase digital photos
partition files recovery notebook data recovery reset passwords

In case of a slight difference between an old file and a new one (i.e. there are few changes brought into a new file in comparison with an old one) and the size of the result df-file is much smaller then that of a new file then LIBDF can appear to be an effective tool to solve the following problems:

  • Software updating/patching to ensure your end-users always have the latest version of your software product;
  • Differential backup to store your backups in a reliable yet space-saving way;
  • Version control for reliable yet efficient control under versions of your files (of any type).
Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals