NPFLIB is a library to manage npf package files that can be use with applications. The packages consists in a set of files gathered in a single file. They can be use as a data directory for a program or simply as archives.
Be the first to post a text review of NPFLib. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes in this release includes changes made in non-published 1.3.3.0 release. Extraction functions has been revisited to make rid of the use of temporary files. Data is now extracted directly into memory. One function added to the API : npfExtractFileToMemory2, this function MUST be used over npfExtractFileToMemory, because the prior allocate memory for the user. The new function requires the user to allocate data buffer itself and thus must be used in two times : -> first with a NULL buffer, the function will return required buffer size -> second with the allocated buffer, the function will use the buffer to give data back to the user.
Changes in this release includes changes made in non-published 1.3.3.0 release. Extraction functions has been revisited to make rid of the use of temporary files. Data is now extracted directly into memory. One function added to the API : npfExtractFileToMemory2, this function MUST be used over npfExtractFileToMemory, because the prior allocate memory for the user. The new function requires the user to allocate data buffer itself and thus must be used in two times : -> first with a NULL buffer, the function will return required buffer size -> second with the allocated buffer, the function will use the buffer to give data back to the user.
We proudly announce the third release of the NPFLib library. This new release comes with few bug fixes and several improvements such as real "to memory" extraction. NPFLib library is a tool that allow developpers to manage package files, These package files can then be used as data directories for applications. This release can be downloaded at : https://sourceforge.net/project/showfiles.php?group_id=93300&package_id=98999&release_id=476619 Improvements : - to-memory file extraction without using temporary file - package contents extraction speed improved Bug fixes : - extraction bugs fixed
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?