public class Crc4Int extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LEN |
static int |
MAX_SEQ |
static int |
MIN_LEN |
static int |
MIN_SEQ |
| Constructor and Description |
|---|
Crc4Int() |
| Modifier and Type | Method and Description |
|---|---|
static int |
decode(int seq) |
static int |
encode(int seq) |
static void |
main(String[] args) |
public static final int MAX_SEQ
public static final int MIN_SEQ
public static final int MAX_LEN
public static final int MIN_LEN
public static int decode(int seq)
public static int encode(int seq)
public static void main(String[] args)
Copyright © 2020. All rights reserved.