public class TiffWriter extends Object
| Constructor and Description |
|---|
TiffWriter(TiffInputStream in)
Instantiates a new tiff writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setByteOrder(ByteOrder byteOrder)
Sets the byte order.
|
void |
SetModel(TiffDocument model)
Sets the model.
|
void |
write(String filename)
Write.
|
void |
writeHeader()
Writes the header.
|
void |
writeIFD(IFD ifd)
Write IFD data.
|
void |
writeIfds()
Write.
|
public TiffWriter(TiffInputStream in)
in - the inpublic void SetModel(TiffDocument model)
model - the modelpublic void setByteOrder(ByteOrder byteOrder)
byteOrder - the new byte orderpublic void write(String filename) throws Exception
filename - the filenameException - the exceptionpublic void writeHeader()
throws IOException
IOException - Signals that an I/O exception has occurred.public void writeIfds()
throws IOException
IOException - Signals that an I/O exception has occurred.public void writeIFD(IFD ifd) throws IOException
ifd - the ifdIOException - Signals that an I/O exception has occurred.Copyright © 2015–2020. All rights reserved.