程序包 org.coodex.util

类 CRC.Parameters

java.lang.Object
org.coodex.util.CRC.Parameters
封闭类:
CRC

public static class CRC.Parameters extends Object
  • 构造器详细资料

    • Parameters

      public Parameters(int width, long polynomial, long init, boolean reflectIn, boolean reflectOut, long finalXor)
  • 方法详细资料

    • getWidth

      public int getWidth()
    • getPolynomial

      public long getPolynomial()
    • isReflectIn

      public boolean isReflectIn()
    • isReflectOut

      public boolean isReflectOut()
    • getInit

      public long getInit()
    • getFinalXor

      public long getFinalXor()