Class EXIFWriter
java.lang.Object
com.twelvemonkeys.imageio.metadata.MetadataWriter
com.twelvemonkeys.imageio.metadata.exif.EXIFWriter
Deprecated.
Use com.twelvemonkeys.imageio.metadata.tiff.TIFFWriter instead.
EXIFWriter
- Version:
- $Id: EXIFWriter.java,v 1.0 17.07.13 10:20 haraldk Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanwrite(Directory directory, ImageOutputStream stream) Deprecated.booleanwrite(Collection<Entry> entries, ImageOutputStream stream) Deprecated.
-
Field Details
-
delegate
Deprecated.
-
-
Constructor Details
-
EXIFWriter
public EXIFWriter()Deprecated.
-
-
Method Details
-
write
Deprecated.- Specified by:
writein classMetadataWriter- Throws:
IOException
-
write
Deprecated.- Throws:
IOException
-