Field Summary |
|
final public static String | EXTRASPACE String used to fill the extra space. |
final public static String | UTF16 A possible charset for the XMP. |
final public static String | UTF16BE A possible charset for the XMP. |
final public static String | UTF16LE A possible charset for the XMP. |
final public static String | UTF8 A possible charset for the XMP. |
protected String | about The about string that goes into the rdf:Description tags. |
protected char | end The end attribute. |
protected int | extraSpace You can add some extra space in the XMP packet; 1 unit in this variable represents 100 spaces and a newline. |
protected OutputStreamWriter | writer The writer to which you can write bytes for the XMP stream. |