Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module |
Contains the main classes for JHOVE modules.
|
edu.harvard.hul.ois.jhove.module.tiff |
Contains supporting classes for the TIFF-HUL module.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TiffModule.checkValidity(TiffIFD ifd,
RepInfo info)
Check the validity of the IFD.
|
protected IFD |
TiffModule.parseIFDChain(long next,
RepInfo info,
int type,
List<IFD> list,
boolean suppressErrors) |
protected List<IFD> |
TiffModule.parseIFDs(long offset,
RepInfo info)
Parse all IFDs in the file, accumulating representation information.
|
protected List<IFD> |
TiffModule.parseIFDs(long offset,
RepInfo info,
boolean suppressErrors,
int ifdType)
Parse all IFDs in the file, accumulating representation information.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
IFD.checkCount(int tag,
long count,
int minCount)
Check the tag entry count.
|
protected static void |
IFD.checkType(int tag,
int type,
int expected)
Check the tag entry type.
|
protected static void |
IFD.checkType(int tag,
int type,
int type1,
int type2)
Check the tag entry type.
|
Property |
TiffIFD.getProperty(boolean rawOutput)
Get the IFD properties.
|
abstract Property |
IFD.getProperty(boolean rawOutput)
Get the IFD properties.
|
Property |
GlobalParametersIFD.getProperty(boolean rawOutput)
Get the IFD properties.
|
void |
TiffIFD.lookupTag(int tag,
int type,
long count,
long value)
Looks up an IFD tag.
|
void |
InteroperabilityIFD.lookupTag(int tag,
int type,
long count,
long value)
Lookup an IFD tag.
|
abstract void |
IFD.lookupTag(int tag,
int type,
long count,
long value)
Lookup IFD tag.
|
void |
GlobalParametersIFD.lookupTag(int tag,
int type,
long count,
long value)
Lookup an IFD tag.
|
void |
GPSInfoIFD.lookupTag(int tag,
int type,
long count,
long value)
Lookup an IFD tag.
|
void |
ExifIFD.lookupTag(int tag,
int type,
long count,
long value)
Lookup an IFD tag.
|
long |
IFD.parse()
Parse the IFD.
|
long |
IFD.parse(boolean byteOffsetIsValid)
Parse the IFD.
|
long |
IFD.parse(boolean byteOffsetIsValid,
boolean suppressErrors)
Parse the IFD.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.