com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginBuddy.fragmentHandler.fragmentAssembly

java.lang.Object
  extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginBuddy.fragmentHandler.fragmentAssembly
Enclosing class:
BuddyPluginBuddy.fragmentHandler

protected class BuddyPluginBuddy.fragmentHandler.fragmentAssembly
extends java.lang.Object


Constructor Summary
protected BuddyPluginBuddy.fragmentHandler.fragmentAssembly(int _id, int _length, int _chunk_size)
           
 
Method Summary
protected  int getChunksReceived()
           
protected  byte[] getData()
           
protected  int getID()
           
protected  int getTotalChunks()
           
protected  boolean receive(int chunk_num, byte[] chunk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyPluginBuddy.fragmentHandler.fragmentAssembly

protected BuddyPluginBuddy.fragmentHandler.fragmentAssembly(int _id,
                                                            int _length,
                                                            int _chunk_size)
Method Detail

getID

protected int getID()

getChunksReceived

protected int getChunksReceived()

getTotalChunks

protected int getTotalChunks()

receive

protected boolean receive(int chunk_num,
                          byte[] chunk)

getData

protected byte[] getData()