Interface MultipartStream2.ProgressListener

Enclosing class:
MultipartStream2

public static interface MultipartStream2.ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(long bytesRead, long contentLength, int items)
     
  • Method Details

    • update

      void update(long bytesRead, long contentLength, int items)