Interface InspectedContent.Inspector

Enclosing class:
InspectedContent

public static interface InspectedContent.Inspector
Interface that can be used to inspect content as it is initially read.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(byte[] input, int offset, int len)
    Update inspected information based on the provided bytes.
  • Method Details

    • update

      void update(byte[] input, int offset, int len) throws IOException
      Update inspected information based on the provided bytes.
      Parameters:
      input - the array of bytes.
      offset - the offset to start from in the array of bytes.
      len - the number of bytes to use, starting at offset.
      Throws:
      IOException - on IO error