Package zombie.network
Class NetChecksum.Comparer
java.lang.Object
zombie.network.NetChecksum.Comparer
- Enclosing class:
- NetChecksum
public static final class NetChecksum.Comparer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Comparer() -
Method Summary
Modifier and Type Method Description voidbeginCompare()voidclientPacket(java.nio.ByteBuffer byteBuffer)voidserverPacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Comparer
public Comparer()
-
-
Method Details
-
beginCompare
public void beginCompare() -
clientPacket
public void clientPacket(java.nio.ByteBuffer byteBuffer) -
serverPacket
-
update
public void update()
-