java.lang.Object
com.act365.net.ip.IP4Reader
- public class IP4Reader
- extends java.lang.Object
IP4Reader reads IP4Message objects from a data buffer.
|
Method Summary |
static IP4Message |
read(byte[] buffer,
int length,
boolean testchecksum)
read() constructs an IP4 message from a buffer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IP4Reader
public IP4Reader()
read
public static IP4Message read(byte[] buffer,
int length,
boolean testchecksum)
throws java.io.IOException
- read() constructs an IP4 message from a buffer. IP6 is not
supported.