Excerpt | ||
---|---|---|
| ||
Documentation and implementation notes. |
...
The pages below describe the individual packages and also the process by which ARC and WARC files are read and validated.
If you can not find the information you seek you can always try the javadocs or look at the source code. As a last resort you are also welcome to email us with your inquiryme.
Package layout
This toolkit includes the following packages:
- jwat-common: General purpose classes including specialized streams, binary->string encoding and common arc/warc http-response/payload code.
- jwat-gzip: GZip reader/validator/writer, including input/output streams for data.
- jwat-arc: Contains Arc reader/validator/writer specific classes.
- jwat-warc: Contains Warc reader/validator/writer specific classes.
...