接口 InspectedContent.Inspector

封闭类:
InspectedContent

public static interface InspectedContent.Inspector
Interface that can be used to inspect content as it is initially read.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    update(byte[] input, int offset, int len)
    Update inspected information based on the provided bytes.
  • 方法详细资料

    • update

      void update(byte[] input, int offset, int len) throws IOException
      Update inspected information based on the provided bytes.
      参数:
      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.
      抛出:
      IOException - on IO error