Class EXIFWriter
- java.lang.Object
-
- com.twelvemonkeys.imageio.metadata.MetadataWriter
-
- com.twelvemonkeys.imageio.metadata.exif.EXIFWriter
-
@Deprecated public final class EXIFWriter extends MetadataWriter
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 Modifier and Type Field Description private TIFFWriterdelegateDeprecated.
-
Constructor Summary
Constructors Constructor Description EXIFWriter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanwrite(Directory directory, javax.imageio.stream.ImageOutputStream stream)Deprecated.booleanwrite(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)Deprecated.
-
-
-
Field Detail
-
delegate
private final TIFFWriter delegate
Deprecated.
-
-
Method Detail
-
write
public boolean write(Directory directory, javax.imageio.stream.ImageOutputStream stream) throws java.io.IOException
Deprecated.- Specified by:
writein classMetadataWriter- Throws:
java.io.IOException
-
write
public boolean write(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-