Class Utils


  • public class Utils
    extends java.lang.Object
    Since:
    2018-02-23
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long crc32​(java.lang.String s)
      Convenience method for calculating the CRC2 checksum of a string.
      static EOSType getOSType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • getOSType

        public static EOSType getOSType()
      • crc32

        public static long crc32​(java.lang.String s)
        Convenience method for calculating the CRC2 checksum of a string.
        Parameters:
        s - the string
        Returns:
        long value of the CRC32