Uses of Class
com.act365.net.udp.UDPMessage

Packages that use UDPMessage
com.act365.net.udp   
 

Uses of UDPMessage in com.act365.net.udp
 

Methods in com.act365.net.udp that return UDPMessage
static UDPMessage UDPReader.read(byte[] buffer, int offset, int length)
          read() constructs a UDPMessage object from a buffer.
static UDPMessage UDPReader.read(byte[] buffer, int offset, int length, boolean testchecksum, byte[] source, byte[] destination)
          read() constructs a UDPMessage object from a buffer.