Libarc
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 02:18, 13 December 2025 (UTC). Find sources: "Libarc" – news · newspapers · books · scholar · JSTOR |
| Libarc | |
|---|---|
| Written in | C++ |
| Type | library or framework |
| Website | libarc |
Libarc is a C++ library that accesses contents of GZIP compressed ARC files. These ARC files are generated by the Internet Archive's Heritrix web crawler.[1]
Overview
[edit]Libarc allows users to open and scan contents of GZIP compressed ARC Files. It also allows users to get an iterator that walks over the contents of said ARC files, member by member.
Users are able to specify the media type in order to limit the types seen. This allows them to access information in the member's URL record and response headers from http servers and access to the member's data in a single API call.
Additionally to the API reference documentation there are two other sources: Programming with libarc - This describes the libarac API, and the license and copyright policies held by the Basis Technology Corp.