public class CRC64 extends Object
| Constructor and Description |
|---|
CRC64()
Construct new CRC.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Entry point
|
void |
update(byte[] b,
int offset,
int len)
Update CRC64 with new byte block.
|
void |
update(DirectBuffer b,
int offset,
int len)
Update CRC64 with new DirectBuffer.
|
public void update(byte[] b,
int offset,
int len)
b - input.offset - the position to read from.len - length to process.public void update(DirectBuffer b, int offset, int len)
b - input.offset - the position to read from.len - length to process.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.