public class XmpWriter extends Object
| Constructor and Description |
|---|
XmpWriter(OutputStream os)
Creates an XmpWriter.
|
XmpWriter(OutputStream os,
PdfDictionary info,
int PdfXConformance) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRdfDescription(XmpSchema s)
Adds an rdf:Description.
|
void |
close()
Flushes and closes the XmpWriter.
|
void |
setAbout(String about) |
public XmpWriter(OutputStream os) throws IOException
os - output stream to setIOException - Exception with a IO errorpublic XmpWriter(OutputStream os, PdfDictionary info, int PdfXConformance) throws IOException
os - output stream to setinfo - info to setPdfXConformance - pdf to setIOException - Exception with a IO errorpublic void setAbout(String about)
about - The about to set.public void addRdfDescription(XmpSchema s) throws IOException
s - schema to setIOException - Exception with a IO errorpublic void close()
throws IOException
IOException - Exception with a IO errorCopyright © 2021. All rights reserved.