|
Class Summary |
| AbstractAssetHandler |
The AbstractAssetHandler serves as basis for all other asset handler implementations and provides common
used functionality. |
| AbstractFilter |
Continuously filter bytes and produce an output that can be read
back. |
| DefaultFormatHandler |
Base class for format handlers. |
| SimpleContext |
Simple context that remembers all metadata and thumbnail images found. |
| StandardImageHandler |
The StandardImageHandler supports currently following image types: gif png photoshop
jpeg tiff bmp |
| XMPProcessor |
Process bytes, extract metadata found in <xpacket> tags and add them to
a Context. |
| XPacketFilter |
Continuously process bytes received from an InputStream and
write the ones contained in an xpacket to an OutputStream. |