issues
search
iipc
/
jwarc
Java library for reading and writing WARC files with a typed API
Apache License 2.0
48
stars
8
forks
source link
GzipChannel write() to return consumed bytes, fixes #44
#46
Closed
sebastian-nagel
closed
4 years ago
sebastian-nagel
commented
4 years ago
outputPosition() returns number of compressed bytes written
adapt WarcWriter to use outputPosition() to track WARC record offsets
extend unit tests to check for correctness of return values of write() resp. outputPosition() and record offsets hold in WarcWriter
ato
commented
4 years ago
Ah, awesome. Thanks. :)