How do you retrieve the data from a DatagramPacket in Java?
packet.getBuffer()
packet.getData()
packet.buffer()
packet.data()