|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adobe.xmp.impl.XMPSerializerRDF
public class XMPSerializerRDF
Serializes the XMPMeta-object using the standard RDF serialization format.
The output is written to an OutputStream
according to the SerializeOptions.
| Constructor Summary | |
|---|---|
XMPSerializerRDF()
|
|
| Method Summary | |
|---|---|
protected void |
checkOptionsConsistence()
Checks if the supplied options are consistent. |
void |
serialize(XMPMeta xmp,
java.io.OutputStream out,
SerializeOptions options)
The actual serialisation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMPSerializerRDF()
| Method Detail |
|---|
public void serialize(XMPMeta xmp,
java.io.OutputStream out,
SerializeOptions options)
throws XMPException
xmp - the metadata object to be serializedout - outputStream the output stream to serialize tooptions - the serialization options
XMPException - If case of wrong options or any other serialisaton error.
protected void checkOptionsConsistence()
throws XMPException
XMPException - Thrown if options are conflicting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||