Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.
 

Methods in com.act365.net.udp with parameters of type UDPMessage
(package private) static byte[] UDPWriter.write(UDPMessage message)