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.
-
-
-
Method Detail
-
process
void process(byte[] buf, int off, int len) throws IOExceptionProcess a couple of bytes.- Parameters:
buf- bufferoff- offset inside bufferlen- number of bytes- Throws:
IOException- thrown in event of failure to process the bytes
-
-