Package pixy.meta.tiff
Class TiffXMP
java.lang.Object
pixy.meta.Metadata
pixy.meta.xmp.XMP
pixy.meta.tiff.TiffXMP
- All Implemented Interfaces:
java.lang.Iterable<MetadataEntry>,MetadataReader,Reader
public class TiffXMP extends XMP
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TiffXMP(byte[] data) -
Method Summary
Modifier and Type Method Description voidwrite(java.io.OutputStream os)Writes the metadata out to the output streamMethods inherited from class pixy.meta.xmp.XMP
getData, getExtendedXmpData, getExtendedXmpDocument, getMergedDocument, getXmpDocument, hasExtendedXmp, iterator, read, setExtendedXMPData, showMetadata, showXMPMethods inherited from class pixy.meta.Metadata
ensureDataRead, extractThumbnails, extractThumbnails, extractThumbnails, getType, insertComment, insertComments, insertExif, insertExif, insertICCProfile, insertIPTC, insertIPTC, insertIRB, insertIRB, insertIRBThumbnail, insertXMP, insertXMP, isDataRead, readMetadata, readMetadata, readMetadata, removeMetadata
-
Constructor Details
-
TiffXMP
public TiffXMP(byte[] data)
-
-
Method Details