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
    void beginCompare()  
    void clientPacket​(java.nio.ByteBuffer byteBuffer)  
    void serverPacket​(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)  
    void update()  

    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

      public void serverPacket​(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
    • update

      public void update()