Package com.day.cq.dam.commons.handler


package com.day.cq.dam.commons.handler
Defines package version.
  • Class
    Description
    The AbstractAssetHandler serves as basis for all other asset handler implementations and provides common used functionality.
    Continuously filter bytes and produce an output that can be read back.
    Base class for format handlers.
    Continuously filter bytes and produce an output that can be read back.
    Notification listener that gets invoked when a filter detects start and end markers.
    Simple context that remembers all metadata and thumbnail images found.
    The StandardImageHandler supports currently following image types: gif png photoshop jpeg tiff bmp
    Process bytes, extract metadata found in <xpacket> tags and add them to a Context.
    Continuously process bytes received from an InputStream and write the ones contained in an xpacket to an OutputStream.