Package com.day.cq.dam.api
Interface Processor
-
- All Known Implementing Classes:
XapThumbnailsProcessor,XMPProcessor
public interface ProcessorProcess bytes, extract thumbnail and/or metadata found and add them to aContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(byte[] buf, int off, int len)Process a couple of bytes.
-