Interface StreamUtils.StreamProgressMonitor

Enclosing class:
StreamUtils

public static interface StreamUtils.StreamProgressMonitor
Common interface to be notified on stream read operations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progressReport(int bytesRead)
     
  • Method Details

    • progressReport

      void progressReport(int bytesRead)