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

Quick Search    Search Deep

com.act365.net.ip
Class IP4Reader  view IP4Reader download IP4Reader.java

java.lang.Object
  extended bycom.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
clone, equals, finalize, 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.