Libarc
| Written in | C++ |
|---|---|
| Type | library or framework |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (June 2008) |
|
|
This article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (March 2010) |
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]
[edit] Overview
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 libac - This describes the libarac API, and the license and copyright policies held by the Basis Technology Corp..
[edit] References
- ^ "libarc". Sourceforge.net. 2004-06-08. http://www.libarc.sourceforge.net. Retrieved 2010-03-27.
| This computer library article is a stub. You can help Wikipedia by expanding it. |