Class CalculateCRC32
- java.lang.Object
-
- com.ibm.icu.dev.tool.localeconverter.CalculateCRC32
-
public class CalculateCRC32 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CalculateCRC32()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static void
buildCRCTable()
static int
computeCRC32(byte[] buffer)
static int
computeCRC32(byte[] buffer, int crc)
static int
computeCRC32(byte[] buffer, int start, int count, int lastcrc)
static int
computeCRC32(java.lang.String buffer)
static int
computeCRC32(java.lang.String buffer, int crc)
byte[]
toBytes()
-
-
-
Method Detail
-
buildCRCTable
static void buildCRCTable()
-
computeCRC32
public static int computeCRC32(java.lang.String buffer)
-
computeCRC32
public static int computeCRC32(byte[] buffer)
-
computeCRC32
public static int computeCRC32(java.lang.String buffer, int crc)
-
computeCRC32
public static int computeCRC32(byte[] buffer, int crc)
-
computeCRC32
public static int computeCRC32(byte[] buffer, int start, int count, int lastcrc)
-
toBytes
public byte[] toBytes()
-
-