Jump to content

Libarc

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Molly-in-md (talk | contribs) at 12:28, 8 October 2012 (Removed the "orphan" tag from June 2008, because at least one article points to this one.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Libarc
Written inC++
Typelibrary or framework

In programming, 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

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..

References

  1. ^ "libarc". Sourceforge.net. 2004-06-08. Retrieved 2010-03-27.