A B C D E F G H I L M N O P Q R S T U V W Z _ 

A

ACORN_RISCOS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Acorn RISCOS.
addKeyword(String, String) - Method in class com.mcgath.jhove.module.PngModule
Add a keyword and value.
addKeyword(String, String, String, String) - Method in class com.mcgath.jhove.module.PngModule
Add a keyword, value, and language.
addSplt(String, int, int) - Method in class com.mcgath.jhove.module.PngModule
Add a suggested palette
AMIGA - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Amiga.
ancillary - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
asciiFlag - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Ascii bit set in header.
ATARI_TOS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Atari TOS.

B

bHasPayload - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
 
bIsNonCompliant - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Boolean indicating whether this record is compliant or not.
bKGD_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
BkgdChunk - Class in com.mcgath.jhove.module.png
The bKGD (background color) chunk
BkgdChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.BkgdChunk
Constructor

C

checkSignatures(File, InputStream, RepInfo) - Method in class com.mcgath.jhove.module.PngModule
Check if the digital object conforms to this Module's internal signature information.
checkSignatures(File, InputStream, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
 
checkSignatures(File, RandomAccessFile, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
 
checkSignatures(File, InputStream, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
 
checkSignatures(File, RandomAccessFile, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
 
cHRM_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
ChrmChunk - Class in com.mcgath.jhove.module.png
 
ChrmChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.ChrmChunk
Constructor
chunkData - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
chunkType - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
chunkTypeString() - Method in class com.mcgath.jhove.module.png.PNGChunk
 
com.mcgath.jhove.module - package com.mcgath.jhove.module
 
com.mcgath.jhove.module.png - package com.mcgath.jhove.module.png
 
comment - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Optional comment from header.
CompressionMethod - Class in edu.harvard.hul.ois.jhove.module.gzip
Enumerated type for GZip supported compression methods.
CompressionMethod(int, String, boolean) - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
Constructor.
CompressionType - Class in edu.harvard.hul.ois.jhove.module.gzip
Enumerated type for GZip supported compression types (extra flags in GZip header).
CompressionType(int, String, boolean) - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
Constructor.
computedBlockDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed block digest.
computedBlockDigestAlgorithm - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed block digest algorithm.
computedBlockDigestEncoding - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed block digest encoding.
computedCrc16 - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
CRC16 computed as verification to optional value found in header.
computedCrc32 - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
CRC32 computed as verification to value found in trailing header.
computedISize - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
ISIZE computed as verification to value found in trailing header.
computedPayloadDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed payload digest, if applicable.
computedPayloadDigestAlgorithm - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed payload digest algorithm, if applicable.
computedPayloadDigestEncoding - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Computed payload digest encoding, if applicable.
consumed - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Number of bytes consumed validating record.
contentLength - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Content-Length read from header.
contentType - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Content-type read from header.
CP_M - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
CP/M.
crc - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
csize - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Compressed size of entry data.

D

data - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryProperties
WARC record data container.
date - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Date read from header.
DEFLATE - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
The deflate compression method.
duplicateAllowed - Variable in class com.mcgath.jhove.module.png.PNGChunk
 

E

eatChunk(PNGChunk) - Method in class com.mcgath.jhove.module.PngModule
This lets the module skip over the remainder of a chunk, not including the name, length,and CRC.
edu.harvard.hul.ois.jhove.module - package edu.harvard.hul.ois.jhove.module
 
edu.harvard.hul.ois.jhove.module.gzip - package edu.harvard.hul.ois.jhove.module.gzip
 
edu.harvard.hul.ois.jhove.module.warc - package edu.harvard.hul.ois.jhove.module.warc
 
ERR_BLOCK_DIGEST_INVALID - Static variable in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
 
ERR_PAYLOAD_DIGEST_INVALID - Static variable in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
 
ERR_RECORD_DATA_NULL - Static variable in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
Error messages
ERR_RECORD_NULL - Static variable in enum edu.harvard.hul.ois.jhove.module.gzip.MessageConstants
Error messages
ERR_RECORD_NULL - Static variable in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
 
extraFlags - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Compression type read from extra flags in header.

F

FASTEST_ALGORITHM - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
GZip extra flag value for fastest algorithm.
FAT_FILESYSTEM - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
The FAT filesystem (MS-DOS, OS/2, NT/Win32).
fileName - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Optional filename from header.
fromValue(int) - Static method in class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
Returns the enumerated value object corresponding to the specified integer value.
fromValue(int) - Static method in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
Returns the enumerated value object corresponding to the specified integer value.
fromValue(int) - Static method in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Returns the enumerated value object corresponding to the specified integer value.

G

gAMA_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
GamaChunk - Class in com.mcgath.jhove.module.png
The gAMA chunk, holding the gamma value.
GamaChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.GamaChunk
Constructor
GeneralTextChunk - Class in com.mcgath.jhove.module.png
A superclass for TextChunk, ZtxtChunk, and ItxtChunk
GeneralTextChunk() - Constructor for class com.mcgath.jhove.module.png.GeneralTextChunk
 
getChunkData() - Method in class com.mcgath.jhove.module.png.PNGChunk
 
getChunkType() - Method in class com.mcgath.jhove.module.png.PNGChunk
 
getColorType() - Method in class com.mcgath.jhove.module.PngModule
Get the color type that was recorded from the IHDR chunk.
getCRC() - Method in class com.mcgath.jhove.module.png.PNGChunk
 
getLength() - Method in class com.mcgath.jhove.module.png.PNGChunk
 
getProperties() - Method in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryProperties
Retrieves the GZIP entry properties as a map.
getProperties() - Method in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordProperties
Retrieves the WARC record properties as a map.
GzipEntryData - Class in edu.harvard.hul.ois.jhove.module.gzip
This class is a wrapper for the information available in a GZip entry.
GzipEntryData() - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Constructor required by the persistence layer.
GzipEntryData(GzipEntry) - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Given a GZip entry, transfer the data to this object so it can be persisted.
GzipEntryProperties - Class in edu.harvard.hul.ois.jhove.module.gzip
A GZip file entry.
GzipEntryProperties(GzipEntry) - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryProperties
Construct GZip entry base property instance with the supplied data.
GzipModule - Class in edu.harvard.hul.ois.jhove.module
JHOVE module for identifying, validating and characterizing GZIP files.
GzipModule() - Constructor for class edu.harvard.hul.ois.jhove.module.GzipModule
Constructor.

H

hIST_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
HistChunk - Class in com.mcgath.jhove.module.png
The hIST (Histogram) chunk
HistChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.HistChunk
Constructor
HPFS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
HPFS filesystem (0S/2, NT).

I

iCCP_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
IccpChunk - Class in com.mcgath.jhove.module.png
The iCCP (color profile) chunk
IccpChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.IccpChunk
Constructor
IDAT_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
IdatChunk - Class in com.mcgath.jhove.module.png
The IDAT (pixel data) chunk
IdatChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.IdatChunk
Constructor
IEND_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
IendChunk - Class in com.mcgath.jhove.module.png
 
IendChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.IendChunk
Constructor
IHDR_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
IhdrChunk - Class in com.mcgath.jhove.module.png
Representation of the IHDR (header) chunk
IhdrChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.IhdrChunk
Constructor
inflateToText(byte[]) - Method in class com.mcgath.jhove.module.png.GeneralTextChunk
Expand a byte array using the DEFLATE method.
initParse() - Method in class com.mcgath.jhove.module.PngModule
Initializes the state of the module for parsing.
ipVersion - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
IP vresion of WARC-IP-Address (4 or 6).
isChunkSeen(int) - Method in class com.mcgath.jhove.module.PngModule
 
isIdatFinished() - Method in class com.mcgath.jhove.module.PngModule
Return true if a non-IDAT chunk has been seen after an IDAT chunk
isIdatSeen() - Method in class com.mcgath.jhove.module.PngModule
Return true if IDAT chunk has been seen
isIhdrSeen() - Method in class com.mcgath.jhove.module.PngModule
Returns true if IHDR chunk has been seen
isNonCompliant - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Boolean indicating whether header is non compliant.
isPlteSeen() - Method in class com.mcgath.jhove.module.PngModule
Return true if PLTE chunk has been seen
isValidBlockDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Boolean indicating whether the block digest is valid or not.
isValidPayloadDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Boolean indicating whether the payload digest is valid or not.
iTXt_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
ItxtChunk - Class in com.mcgath.jhove.module.png
Representation of the iTXt (internationalized text) chunk
ItxtChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.ItxtChunk
Constructor

L

label - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
The value description.
label - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
The value description.
label - Variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
The value description.
length - Variable in class com.mcgath.jhove.module.png.PNGChunk
 

M

MACINTOSH - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Macintosh.
makePNGChunk(long, int) - Static method in class com.mcgath.jhove.module.png.PNGChunk
Construct a PNGChunk object of the appropriate subtype based on the chunk type.
MAXIMUM_COMPRESSION - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
GZip extra flag value for maximum compression.
MessageConstants - Enum in edu.harvard.hul.ois.jhove.module.gzip
 
MessageConstants - Enum in edu.harvard.hul.ois.jhove.module.warc
 
method - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Compression methods read from header.

N

NTFS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
NTFS filesystem (NT).

O

offset - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Offset of entry in input stream.
OperatingSystem - Class in edu.harvard.hul.ois.jhove.module.gzip
Enumerated type for GZip supported operating systems.
OperatingSystem(int, String, boolean) - Constructor for class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Constructor.
os - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Operating System from header converted to a field.

P

parse(InputStream, RepInfo, int) - Method in class com.mcgath.jhove.module.PngModule
Parse the content of a purported JPEG stream digital object and store the results in RepInfo.
parse(RandomAccessFile, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
 
parse(InputStream, RepInfo, int) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
 
parse(RandomAccessFile, RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
 
parse(InputStream, RepInfo, int) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
 
parseRecords(GzipReader) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
Parses GZIP entries.
parseRecords(WarcReader) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
Parse WARC records.
payloadLength - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Payload length, without payload header (version block/HTTP header).
pHYs_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
PhysChunk - Class in com.mcgath.jhove.module.png
The pHYS chunk, which indicates pixel aspect ratio or size.
PhysChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.PhysChunk
Constructor
PLTE_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
PlteChunk - Class in com.mcgath.jhove.module.png
Representation of the PLTE chunk
PlteChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.PlteChunk
Constructor
PNGChunk - Class in com.mcgath.jhove.module.png
 
PNGChunk() - Constructor for class com.mcgath.jhove.module.png.PNGChunk
 
PNGException - Exception in com.mcgath.jhove.module.png
Exception class specific to the PNG module
PNGException(String) - Constructor for exception com.mcgath.jhove.module.png.PNGException
 
PngModule - Class in com.mcgath.jhove.module
Module for validation and metadata extraction on PNG files.
PngModule() - Constructor for class com.mcgath.jhove.module.PngModule
Instantiate a PngModule object.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.BkgdChunk
Process the data in the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.ChrmChunk
The IHDR chunk contains image information in a fixed format.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.GamaChunk
 
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.HistChunk
Process the data in the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.IccpChunk
 
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.IdatChunk
Process the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.IendChunk
 
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.IhdrChunk
The IHDR chunk contains image information in a fixed format.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.ItxtChunk
Process the data portion of the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.PhysChunk
Process the data in the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.PlteChunk
 
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.PNGChunk
Process a chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.SbitChunk
The SBIT chunk contains 1 to 4 bytes of information giving the number of significant bits per color.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.SpltChunk
Process the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.SrgbChunk
Process the data in the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.TextChunk
 
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.TimeChunk
The tIME chunk has the following: 2 bytes year (short), 1 byte month, 1 byte day, 1 byte hour, 1 byte minute, 1 byte second.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.TrnsChunk
Process the data in the chunk.
processChunk(RepInfo) - Method in class com.mcgath.jhove.module.png.ZtxtChunk
 
processChunkCommon(RepInfo) - Method in class com.mcgath.jhove.module.png.PNGChunk
Common code to call at the start of every processChunk method.
processEntry(GzipEntry) - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
Processes a GZIP entry.
processRecord(WarcRecord) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
Process a WARC record.
protocolContentType - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Content-type read from HTTP header, if present.
protocolServer - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Server header entry read from HTTP header, if present.
protocolUserAgent - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
User-Agent header entry read from HTTP header, if present.
protocolVersion - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Protocol version read from HTTP header, if present.

Q

QDOS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
QDOS.

R

readCRC() - Method in class com.mcgath.jhove.module.png.PNGChunk
Read the CRC itself.
readCrc16 - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Optional CRC16 read from header.
readCrc32 - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
CRC32 read from trailing header.
readISize - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
ISIZE read from trailing header.
readUnsignedByte() - Method in class com.mcgath.jhove.module.png.PNGChunk
Read a single byte and update the CRC
readUnsignedInt() - Method in class com.mcgath.jhove.module.png.PNGChunk
Read a 4-byte unsigned integer and update the CRC
readUnsignedShort() - Method in class com.mcgath.jhove.module.png.PNGChunk
Read a 2-byte unsigned integer and update the CRC
recordIdScheme - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Record-Id scheme used.
resetParams() - Method in class edu.harvard.hul.ois.jhove.module.GzipModule
Resets parameter settings.
resetParams() - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
Reset parameter settings.
resultCode - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Result-code read from HTTP header, if present.

S

sBIT_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
SbitChunk - Class in com.mcgath.jhove.module.png
The sBIT (significant bits) chunk
SbitChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.SbitChunk
Constructor
setChunkSeen(int) - Method in class com.mcgath.jhove.module.PngModule
 
setColorType(int) - Method in class com.mcgath.jhove.module.PngModule
Set the color type.
setIdatSeen(boolean) - Method in class com.mcgath.jhove.module.PngModule
Note that an IDAT chunk has been seen
setIendSeen(boolean) - Method in class com.mcgath.jhove.module.PngModule
Note that an IEND chunk has been seen
setIhdrSeen(boolean) - Method in class com.mcgath.jhove.module.PngModule
Note that an IHDR chunk has been seen
setInputStream(DataInputStream) - Method in class com.mcgath.jhove.module.png.PNGChunk
Give the chunk a reference to the data stream.
setModule(PngModule) - Method in class com.mcgath.jhove.module.png.PNGChunk
Give the chunk a reference to the PNG module.
setNisoMetadata(NisoImageMetadata) - Method in class com.mcgath.jhove.module.png.PNGChunk
Hand the chunk the NISO metadata object if it needs to put information into it.
setPlteSeen(boolean) - Method in class com.mcgath.jhove.module.PngModule
Note that a PLTE chunk has been seen
setPropertyList(List<Property>) - Method in class com.mcgath.jhove.module.png.PNGChunk
Hand the main property list to the chunk
setReaderOptions(WarcReader) - Method in class edu.harvard.hul.ois.jhove.module.WarcModule
Set digest options for WARC reader.
size - Variable in class edu.harvard.hul.ois.jhove.module.gzip.GzipEntryData
Uncompressed size of entry data.
skipBytes(int) - Method in class com.mcgath.jhove.module.png.PNGChunk
Skip over all the bytes, updating the CRC
sPLT_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
SpltChunk - Class in com.mcgath.jhove.module.png
The suggested palette (sPLT) chunk
SpltChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.SpltChunk
Constructor
sRGB_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
SrgbChunk - Class in com.mcgath.jhove.module.png
The sRGB chunk, specifying sRGB color intent
SrgbChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.SrgbChunk
Constructor
standardKeywords - Static variable in class com.mcgath.jhove.module.png.GeneralTextChunk
Standard property keywords.
startOffset - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Start offset of record in input stream.

T

tEXt_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
TextChunk - Class in com.mcgath.jhove.module.png
Representation of the tEXt (plain text) chunk
TextChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.TextChunk
Constructor
tIME_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
TimeChunk - Class in com.mcgath.jhove.module.png
The tIME chunk, which gives the latest modified time.
TimeChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.TimeChunk
Constructor
TOPS_20 - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
TOPS-20.
tRNS_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
TrnsChunk - Class in com.mcgath.jhove.module.png
The Transparency chunk.
TrnsChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.TrnsChunk
Constructor

U

UNIX - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Unix.
UNKNOWN - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Unknown.
UnknownChunk - Class in com.mcgath.jhove.module.png
Class for chunks of unknown type.
UnknownChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.UnknownChunk
Constructor

V

valid - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
Whether the value is valid.
valid - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
Whether the value is valid.
valid - Variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Whether the value is valid.
value - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
The integer value for the enum instance.
value - Variable in class edu.harvard.hul.ois.jhove.module.gzip.CompressionType
The integer value for the enum instance.
value - Variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
The integer value for the enum instance.
valueOf(String) - Static method in enum edu.harvard.hul.ois.jhove.module.gzip.MessageConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.harvard.hul.ois.jhove.module.gzip.MessageConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.harvard.hul.ois.jhove.module.warc.MessageConstants
Returns an array containing the constants of this enum type, in the order they are declared.
VM_CMS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
VM/CMS.
VMS - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
VMS (or OpenVMS).

W

warcBlockDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Block digest read from header.
warcBlockDigestAlgorithm - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Block digest algorithm read from header.
warcBlockDigestEncoding - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Block digest encoding auto-detected from digest and algorithm.
warcConcurrentToList - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
List of WARC-Concurrent-To read from header.
warcDate - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Date read from header.
warcFilename - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Filename read from header.
warcIdentifiedPayloadType - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Identified-Payload-Type read from header.
warcIpAddress - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-IP-Address read from header.
WarcModule - Class in edu.harvard.hul.ois.jhove.module
JHOVE module for identifying, validating and characterizing WARC files.
WarcModule() - Constructor for class edu.harvard.hul.ois.jhove.module.WarcModule
Constructor.
warcPayloadDigest - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Payload digest read from header.
warcPayloadDigestAlgorithm - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Payload digest algorithm read from header.
warcPayloadDigestEncoding - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Payload digest encoding auto-detected from digest and algorithm.
warcProfile - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Profile read from header.
WarcRecordData - Class in edu.harvard.hul.ois.jhove.module.warc
Copied from JHOVE2 WARC module.
WarcRecordData() - Constructor for class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Constructor required by the persistence layer.
WarcRecordData(WarcRecord) - Constructor for class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
Constructs an object using the data in the WarcRecord object.
warcRecordId - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Record-Id read from header.
WarcRecordProperties - Class in edu.harvard.hul.ois.jhove.module.warc
Retrieves the WARC record data and delivers its properties as a map.
WarcRecordProperties(WarcRecord) - Constructor for class edu.harvard.hul.ois.jhove.module.warc.WarcRecordProperties
Constructor.
warcRefersTo - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Refers-To read from header.
warcSegmentNumber - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Segment-Number read from header.
warcSegmentOriginId - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Segment-Origin-ID read from header.
warcSegmentTotalLength - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Segment-Total-Length read from header.
warcTargetUri - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Target-URI read from header.
warcTruncated - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Truncated read from header.
warcType - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Type read from header.
warcVersionStr - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC version read from header.
warcWarcinfoId - Variable in class edu.harvard.hul.ois.jhove.module.warc.WarcRecordData
WARC-Warcinfo-ID read from header.

Z

Z_SYSTEM - Static variable in class edu.harvard.hul.ois.jhove.module.gzip.OperatingSystem
Z-System.
zTXt_HEAD_SIG - Static variable in class com.mcgath.jhove.module.png.PNGChunk
 
ZtxtChunk - Class in com.mcgath.jhove.module.png
Representation of the zTXt (compressed text) chunk
ZtxtChunk(int, long) - Constructor for class com.mcgath.jhove.module.png.ZtxtChunk
Constructor

_

_ckSummer - Variable in class com.mcgath.jhove.module.PngModule
 
_colorType - Variable in class com.mcgath.jhove.module.PngModule
 
_cstream - Variable in class com.mcgath.jhove.module.PngModule
 
_dstream - Variable in class com.mcgath.jhove.module.png.PNGChunk
The invoking module's input stream
_dstream - Variable in class com.mcgath.jhove.module.PngModule
 
_keywordPropList - Variable in class com.mcgath.jhove.module.PngModule
 
_metadata - Variable in class com.mcgath.jhove.module.PngModule
 
_module - Variable in class com.mcgath.jhove.module.png.PNGChunk
The invoking module
_nisoMetadata - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
_propList - Variable in class com.mcgath.jhove.module.png.PNGChunk
 
_propList - Variable in class com.mcgath.jhove.module.PngModule
 
_spltList - Variable in class com.mcgath.jhove.module.PngModule
 
A B C D E F G H I L M N O P Q R S T U V W Z _ 

Copyright © 2008–2018 The Open Preservation Foundation. All rights reserved.