Package in.dragonbra.javasteam.util
Class Utils
- java.lang.Object
-
- in.dragonbra.javasteam.util.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 longcrc32(java.lang.String s)Convenience method for calculating the CRC2 checksum of a string.static EOSTypegetOSType()
-
-
-
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
-
-