Class TIFFWriter
java.lang.Object
com.twelvemonkeys.imageio.metadata.MetadataWriter
com.twelvemonkeys.imageio.metadata.tiff.TIFFWriter
TIFFWriter
- Version:
- $Id: TIFFWriter.java,v 1.0 17.07.13 10:20 haraldk Exp$
- Author:
- Harald Kuhr, last modified by $Author: haraldk$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
computeIFDSize
(Collection<? extends Entry> directory) int
boolean
write
(Directory directory, ImageOutputStream stream) boolean
write
(Collection<? extends Entry> entries, ImageOutputStream stream) long
writeIFD
(Collection<Entry> entries, ImageOutputStream stream) void
writeOffset
(ImageOutputStream output, long offset) void
writeTIFFHeader
(ImageOutputStream stream)
-
Constructor Details
-
TIFFWriter
public TIFFWriter() -
TIFFWriter
public TIFFWriter(int offsetSize)
-
-
Method Details
-
write
public boolean write(Collection<? extends Entry> entries, ImageOutputStream stream) throws IOException - Throws:
IOException
-
write
- Specified by:
write
in classMetadataWriter
- Throws:
IOException
-
writeTIFFHeader
- Throws:
IOException
-
writeIFD
- Throws:
IOException
-
computeIFDSize
-
writeOffset
- Throws:
IOException
-
offsetSize
public int offsetSize()
-