com.act365.net.ip
Class IP4Reader

java.lang.Object
  |
  +--com.act365.net.ip.IP4Reader

public class IP4Reader
extends java.lang.Object

IP4Reader reads IP4Message objects from a data buffer.


Constructor Summary
IP4Reader()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IP4Reader

public IP4Reader()
Method Detail

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.