FP64 |
FP64.extend(byte b) |
Extends this fingerprint by the byte b.
|
FP64 |
FP64.extend(byte[] bytes) |
Extends this fingerprint by the bytes
|
FP64 |
FP64.extend(byte[] bytes,
int start,
int len) |
Extends this fingerprint by the bytes
bytes[offset]..bytes[offset+length-1].
|
FP64 |
FP64.extend(char c) |
Extends this fingerprint by the character c.
|
FP64 |
FP64.extend(char[] chars) |
Extends this fingerprint by the characters
chars[start]..chars[start+length-1].
|
FP64 |
FP64.extend(char[] chars,
int start,
int len) |
Extends this fingerprint by the characters
chars[start]..chars[start+length-1].
|
FP64 |
FP64.extend(int i) |
Extends this fingerprint by the integer i.
|
FP64 |
FP64.extend(long i) |
Extends this fingerprint by the integer i.
|
FP64 |
FP64.extend(java.io.InputStream stream) |
Extends this fingerprint by the bytes of the stream
stream, which must be non-null.
|
FP64 |
FP64.extend(java.lang.String s) |
Extends this fingerprint by the characters of the String
s, which must be non-null.
|
FP64 |
FP64.extend(java.nio.ByteBuffer buffer) |
|