Package zombie.network
Class ChunkChecksum
java.lang.Object
zombie.network.ChunkChecksum
-
Constructor Summary
-
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 long1)
-
Constructor Details
-
ChunkChecksum
public ChunkChecksum()
-
-
Method Details
-
getChecksum
- Throws:
IOException
-
getChecksumIfExists
- Throws:
IOException
-
setChecksum
public static void setChecksum(int int1, int int2, long long1) -
createChecksum
- Throws:
IOException
-
Reset
public static void Reset()
-