Class PRUDPPacketReplyScrape2

    • Field Detail

      • complete

        protected int[] complete
      • incomplete

        protected int[] incomplete
      • downloaded

        protected int[] downloaded
    • Constructor Detail

      • PRUDPPacketReplyScrape2

        public PRUDPPacketReplyScrape2​(int trans_id)
      • PRUDPPacketReplyScrape2

        protected PRUDPPacketReplyScrape2​(java.io.DataInputStream is,
                                          int trans_id)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • setDetails

        public void setDetails​(int[] _complete,
                               int[] _downloaded,
                               int[] _incomplete)
      • getComplete

        public int[] getComplete()
      • getDownloaded

        public int[] getDownloaded()
      • getIncomplete

        public int[] getIncomplete()
      • serialise

        public void serialise​(java.io.DataOutputStream os)
                       throws java.io.IOException
        Overrides:
        serialise in class PRUDPPacketReply
        Throws:
        java.io.IOException