ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/XMLReader/UDPReaderThread.java
(Generate patch)

Comparing experimental/server/XMLReader/UDPReaderThread.java (file contents):
Revision 1.6 by pjm2, Tue Nov 21 09:26:09 2000 UTC vs.
Revision 1.7 by pjm2, Tue Nov 21 10:27:24 2000 UTC

# Line 13 | Line 13 | public class UDPReaderThread extends Thread{
13          start();
14      }
15      
16 +    public void run(String xml){
17 +        rawPacket = xml.getBytes();
18 +        start();
19 +    }
20 +    
21      public void run(){
22  
23          // Get a string without any null characters in it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines