|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.azureus.AzureusSegment
public class AzureusSegment
The end of the segment can change through a split.
Field Summary | |
---|---|
static long |
MIN_SEGEMENT_SIZE
The minimun size for a single segment. |
Constructor Summary | |
---|---|
AzureusSegment(AzureusDownloadContainer parent,
org.gudy.azureus2.core3.peer.PEPiece piece)
|
Method Summary | |
---|---|
int |
getAvailability()
|
long |
getEnd()
|
long |
getStart()
|
long |
getTotal()
|
long |
getTransferred()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long MIN_SEGEMENT_SIZE
Constructor Detail |
---|
public AzureusSegment(AzureusDownloadContainer parent, org.gudy.azureus2.core3.peer.PEPiece piece)
Method Detail |
---|
public int getAvailability()
getAvailability
in interface Segment
public long getEnd()
getEnd
in interface Segment
Segment.getEnd()
public long getStart()
getStart
in interface Segment
Segment.getStart()
public long getTotal()
getTotal
in interface Segment
Segment.getTotal()
public long getTransferred()
getTransferred
in interface Segment
Segment.getTransferred()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |