Class ChunkChecksum

java.lang.Object
zombie.network.ChunkChecksum

public class ChunkChecksum extends Object
  • Constructor Details

    • ChunkChecksum

      public ChunkChecksum()
  • Method Details

    • getChecksum

      public static long getChecksum(int wx, int wy) throws IOException
      Throws:
      IOException
    • getChecksumIfExists

      public static long getChecksumIfExists(int wx, int wy) throws IOException
      Throws:
      IOException
    • setChecksum

      public static void setChecksum(int wx, int wy, long crc)
    • createChecksum

      public static long createChecksum(String filename) throws IOException
      Throws:
      IOException
    • Reset

      public static void Reset()