Class PRUDPPacketReplyScrape2

java.lang.Object
com.biglybt.net.udp.uc.PRUDPPacket
com.biglybt.net.udp.uc.PRUDPPacketReply
com.biglybt.core.tracker.protocol.udp.PRUDPPacketReplyScrape2

public class PRUDPPacketReplyScrape2 extends PRUDPPacketReply
  • Field Details

    • BYTES_PER_ENTRY

      protected static final int BYTES_PER_ENTRY
      See Also:
    • complete

      protected int[] complete
    • incomplete

      protected int[] incomplete
    • downloaded

      protected int[] downloaded
  • Constructor Details

    • PRUDPPacketReplyScrape2

      public PRUDPPacketReplyScrape2(int trans_id)
    • PRUDPPacketReplyScrape2

      protected PRUDPPacketReplyScrape2(DataInputStream is, int trans_id) throws IOException
      Throws:
      IOException
  • Method Details