Package it.unimi.dsi.law.warc.tool
Class ExtractDigestUrls
java.lang.Object
it.unimi.dsi.law.warc.tool.ExtractDigestUrls
public class ExtractDigestUrls extends Object
A tool to extract digests and URLs from response records of a WARC file.
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description ExtractDigestUrls()
-
Method Summary
Modifier and Type Method Description static void
main(String[] arg)
static void
run(FastBufferedInputStream in, boolean isGZipped, Filter<HttpResponse> filter, PrintWriter pw)
-
Field Details
-
DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ExtractDigestUrls
public ExtractDigestUrls()
-
-
Method Details
-
run
public static void run(FastBufferedInputStream in, boolean isGZipped, Filter<HttpResponse> filter, PrintWriter pw) throws IOException- Throws:
IOException
-
main
- Throws:
Exception
-