public class CrcX25 extends Object
| 构造器和说明 |
|---|
CrcX25() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accumulate(byte[] bytes) |
void |
accumulate(byte[] bytes,
int offset,
int length) |
void |
accumulate(int b) |
void |
accumulate(String str) |
int |
get() |
public void accumulate(String str)
public void accumulate(byte[] bytes)
public void accumulate(byte[] bytes,
int offset,
int length)
public void accumulate(int b)
public int get()
Copyright © 2020. All rights reserved.