Ejemplo n.º 1
0
  /**
   * Have our SimpleBandwidthTracker calculate the current speed it's downloading data.
   *
   * @return The speed, in KB/s
   */
  public void measureBandwidth() {

    // Ask our SimpleBandwidthTracker
    _tracker.measureBandwidth();
  }