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 Type
    Method
    Description
    void
    process(byte[] buf, int off, int len)
    Process a couple of bytes.
  • Method Details

    • process

      void process(byte[] buf, int off, int len) throws IOException
      Process a couple of bytes.
      Parameters:
      buf - buffer
      off - offset inside buffer
      len - number of bytes
      Throws:
      IOException - thrown in event of failure to process the bytes