Libarc
From Wikipedia, the free encyclopedia
This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (June 2008) |
This article is orphaned as few or no other articles link to it. Please help introduce links in articles on related topics. (June 2008) |
This article does not cite any references or sources. (June 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
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.
This allows you to Open and scan contents of GZIP compressed ARC Files. It also allows you to get an iterator that walks over the contents of said ARC files, member by member.
You are able to specify media type in order to limit the types seen. This allows you 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 libac - This describes the libarac API
License and Copyright held by Basis Technology Corp.