Interface StreamUtils.Progress

Enclosing class:
StreamUtils

public static interface StreamUtils.Progress
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processed(int chunkNumBytes, long totalNumBytes)
     
  • Method Details

    • processed

      void processed(int chunkNumBytes, long totalNumBytes)