NAME
WARC::Index::File::CDX::Entry - CDX WARC index entries
SYNOPSIS
use WARC::Index::File::CDX;
$index = attach WARC::Index::File::CDX ($cdx_file);
$entry = $index->search( ... );
# see WARC::Index::Entry for base methods
$next_entry = $entry->next; # get next entry in CDX index
$offset = $entry->entry_position; # get offset of entry in CDX file
DESCRIPTION
See WARC::Index::Entry for details.
AUTHOR
Jacob Bachmeyer, <jcb@cpan.org>
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2019 by Jacob Bachmeyer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.