Generated by
JDiff

Class java.net.DatagramPacket

Documentation changed from old to new.

Changed Constructors
DatagramPacket(byte[], int, int, SocketAddress) Documentation changed from old to new.
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) Documentation changed from old to new.
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.