Class GzipModule

  • All Implemented Interfaces:
    Module

    public class GzipModule
    extends ModuleBase
    JHOVE module for identifying, validating and characterizing GZIP files. Ported from the JHOVE2 GZIP module, created by lbihanic, selghissassi, nicl JHOVE2 GZip module. This module parses and validates GZip files in compliance with RFC 1952 (GZIP file format specification version 4.3) and supports multiple member GZIP files.

    This is a non-recursive validation. It only validates the GZIP file format, not the actual content within the WARC records.

    Author:
    jolf@kb.dk