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 a
Context.-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(byte[] buf, int off, int len) Process a couple of bytes.
-
Method Details
-
process
Process a couple of bytes.- Parameters:
buf- bufferoff- offset inside bufferlen- number of bytes- Throws:
IOException- thrown in event of failure to process the bytes
-