Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
edu.harvard.hul.ois.jhove.module |
Contains the main classes for JHOVE modules.
|
edu.harvard.hul.ois.jhove.module.iff |
Contains supporting classes for modules based on the IFF
specification (EA IFF 85).
|
edu.harvard.hul.ois.jhove.module.wave |
Contains supporting classes for the WAVE-HUL module.
|
Modifier and Type | Method and Description |
---|---|
void |
JhoveBase.init(String configFile,
String saxClass)
Initialize the JHOVE engine.
|
protected static PrintWriter |
JhoveBase.makeWriter(String outputFile,
String encoding)
Creates an output PrintWriter.
|
Constructor and Description |
---|
JhoveBase()
Instantiate a JhoveBase object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GzipModule.parseRecords(org.jwat.gzip.GzipReader reader)
Parse GZIP entries.
|
protected void |
WarcModule.parseRecords(org.jwat.warc.WarcReader reader)
Parse WARC records.
|
protected void |
GzipModule.processEntry(org.jwat.gzip.GzipEntry entry)
Process a GZIP entry.
|
protected void |
WarcModule.processRecord(org.jwat.warc.WarcRecord record)
Process a WARC record.
|
protected void |
WarcModule.setReaderOptions(org.jwat.warc.WarcReader reader)
Set digest options for WARC reader.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Chunk.readChunk(RepInfo info)
Reads a chunk and puts appropriate information into
the RepInfo object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FormatChunk.readChunk(RepInfo info)
Reads a chunk and puts appropriate Properties into
the RepInfo object.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.