org.lastbamboo.common.download
Interface RateSegment

All Known Implementing Classes:
RateSegmentImpl

public interface RateSegment

A segment that can be used to calculate an overall rate.


Method Summary
 long getDuration()
          Returns the duration.
 long getSize()
          Returns the size.
 long getStart()
          Returns the start time.
 

Method Detail

getStart

long getStart()
Returns the start time.

Returns:
The start time.

getDuration

long getDuration()
Returns the duration.

Returns:
The duration.

getSize

long getSize()
Returns the size.

Returns:
The size.


Copyright © 2013 LittleShoot. All Rights Reserved.