| Modifier and Type | Method and Description |
|---|---|
Saph |
Saph.add(byte[] part)
Adds the given part to the Saph hash.
|
Saph |
Saph.add(byte[] buffer,
int offset,
int length)
Adds a chunk of the given buffer as a part of the Saph hash.
|
Saph |
Saph.add(ByteBuffer part)
Adds the given part to the Saph hash.
|
Saph |
Saph.add(String part)
Encodes the given string to UTF-8 and adds it to the Saph hash.
|
Copyright © 2019. All rights reserved.