| Modifier and Type | Field and Description |
|---|---|
net.openhft.chronicle.bytes.BytesStore |
state |
| Constructor and Description |
|---|
MultiPart512()
Initialise a wrapper for a single multi-part message exchange
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.openhft.chronicle.bytes.BytesStore message)
Add a part to this multi-part hash
|
net.openhft.chronicle.bytes.BytesStore |
hash()
Generate the single hash for the collection of messages
|
net.openhft.chronicle.bytes.BytesStore |
hash(net.openhft.chronicle.bytes.BytesStore result) |
void |
reset() |
public MultiPart512()
public void reset()
public void add(net.openhft.chronicle.bytes.BytesStore message)
message - - the message to addpublic net.openhft.chronicle.bytes.BytesStore hash()
public net.openhft.chronicle.bytes.BytesStore hash(net.openhft.chronicle.bytes.BytesStore result)
Copyright © 2023. All rights reserved.