|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.synchrona.jred.irlap
Class Crc

java.lang.Objectcom.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
|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.synchrona.jred.irlap.Crc