com.dalsemi.nethack
Class NetUtils

java.lang.Object
  |
  +--com.dalsemi.nethack.NetUtils

public class NetUtils
extends java.lang.Object

This class contains static helper methods used primarily by other classes in the com.dalsemi.nethack package.


Method Summary
static void checksum(byte[] b, int length, byte[] cs)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checksum

public static void checksum(byte[] b,
                            int length,
                            byte[] cs)
Method declaration
Parameters:
b -  
length -  
cs -  
See Also: