com.limegroup.gnutella.downloader
Class MiniRemoteFileDesc

java.lang.Object
  extended bycom.limegroup.gnutella.downloader.MiniRemoteFileDesc

public class MiniRemoteFileDesc
extends java.lang.Object

keeps file, clientGUID, and index of the file we are getting.


Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getFile()
           
 byte[] getGUID()
           
 long getIndex()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFile

public java.lang.String getFile()

getIndex

public long getIndex()

getGUID

public byte[] getGUID()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()