Package com.day.cq.dam.api
Interface Processor
-
- All Known Implementing Classes:
XapThumbnailsProcessor
,XMPProcessor
public interface Processor
Process 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 void
process(byte[] buf, int off, int len)
Process a couple of bytes.
-