| # | 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. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |