public class Murmur3A
extends java.lang.Object
implements java.util.zip.Checksum
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b) |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
void |
updateBoolean(boolean value)
updates a byte with 0 for false and 1 for true
|
void |
updateDouble(double number) |
void |
updateFloat(float number) |
void |
updateInt(int... values) |
void |
updateInt(int value) |
void |
updateLong(long... values) |
void |
updateLong(long value) |
void |
updateShort(short... values) |
void |
updateShort(short value) |
public void update(int b)
update in interface java.util.zip.Checksumpublic void update(byte[] b,
int off,
int len)
update in interface java.util.zip.Checksumpublic void update(byte[] b)
public void updateShort(short value)
public void updateShort(short... values)
public void updateInt(int value)
public void updateInt(int... values)
public void updateLong(long value)
public void updateLong(long... values)
public void updateFloat(float number)
public void updateDouble(double number)
public void updateBoolean(boolean value)
public long getValue()
getValue in interface java.util.zip.Checksumpublic void reset()
reset in interface java.util.zip.ChecksumAvailable under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.