Class ChunkChecksum
java.lang.Object
zombie.network.ChunkChecksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
createChecksum
(String string) static long
getChecksum
(int int1, int int2) static long
getChecksumIfExists
(int int1, int int2) static void
Reset()
static void
setChecksum
(int int1, int int2, long long0)
-
Constructor Details
-
ChunkChecksum
public ChunkChecksum()
-
-
Method Details
-
getChecksum
- Throws:
IOException
-
getChecksumIfExists
- Throws:
IOException
-
setChecksum
public static void setChecksum(int int1, int int2, long long0) -
createChecksum
- Throws:
IOException
-
Reset
public static void Reset()
-