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

Quick Search    Search Deep

com.synchrona.jred.irlap
Class Crc  view Crc download Crc.java

java.lang.Object
  extended bycom.synchrona.jred.irlap.Crc

class Crc
extends java.lang.Object

Generate a 16-bit CRC-CCITT


Field Summary
static int HDLC_POLYNOMIAL
           
 
Constructor Summary
(package private) Crc()
           
 
Method Summary
static void main(java.lang.String[] astrArgs)
           
static void writeTable(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HDLC_POLYNOMIAL

public static final int HDLC_POLYNOMIAL
See Also:
Constant Field Values
Constructor Detail

Crc

Crc()
Method Detail

main

public static void main(java.lang.String[] astrArgs)

writeTable

public static void writeTable(java.io.PrintWriter out)
                       throws java.io.IOException