It works as ArchiveReader reading from ARC file with just one WARC record at offset 0 (no version_block line).
record content is customized through {@link WARCRecordInfo}. ( {@link TestWARCRecordInfo} offers commonly-used default values and convenient factorymethods.
TODO: could separate ARC record formatting code out of ARCWriter and reuse it here. current ARCWriter requires too much boilerplate, always writes out the first metadata line. @see TestWARCReader @contributor kenji
|
|
|
|
|
|
|
|