Interface ByteActivityCallback


public interface ByteActivityCallback
Callback that allows the bytes read from or written to a stream to be tracked
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    activity(long bytes)
     
  • Method Details

    • activity

      void activity(long bytes)