| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.harvard.hul.ois.jhove.module.wave.ExifInfo
public class ExifInfo
Encapsulation of Exif information for a Wave file. Exif sound information doesn't closely follow Exif image information, so we don't particularly try to force property names to match.
ExifIFD| Constructor Summary | |
|---|---|
| ExifInfo() | |
| Method Summary | |
|---|---|
|  Property | buildProperty()Constructs a property and returns it. | 
| protected  void | setExifVersion(java.lang.String version)Converts the raw 4-byte array into a version string and stores it. | 
| protected  void | setMakerNote(byte[] note)Sets the maker note. | 
| protected  void | setManufacturer(java.lang.String file)Sets the manufacturer of the equipment that produced the file. | 
| protected  void | setModel(java.lang.String file)Sets the model of the equipment that produced the file. | 
| protected  void | setRelatedImageFile(java.lang.String file)Sets the related image file name. | 
| protected  void | setTimeCreated(java.lang.String time)Sets the creation time as an ASCII string. | 
| protected  void | setUserComment(java.lang.String comment)Sets the user comment. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExifInfo()
| Method Detail | 
|---|
public Property buildProperty()
protected void setExifVersion(java.lang.String version)
protected void setRelatedImageFile(java.lang.String file)
protected void setTimeCreated(java.lang.String time)
protected void setManufacturer(java.lang.String file)
protected void setModel(java.lang.String file)
protected void setMakerNote(byte[] note)
protected void setUserComment(java.lang.String comment)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||