public class XMPPacketScanner extends Object
Constructor and Description |
---|
XMPPacketScanner() |
Modifier and Type | Method and Description |
---|---|
boolean |
parse(InputStream in,
OutputStream xmlOut)
Locates an XMP packet in a stream, parses it and returns the XMP metadata.
|
public boolean parse(InputStream in, OutputStream xmlOut) throws IOException
in
- the InputStream to searchxmlOut
- to write the XMP packet toIOException
- if an I/O error occursTransformerException
- if an error occurs while parsing the XMP packetCopyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.