Is there a way to generate a CRC32 value based upon a list of numbers rather than bytes. I can generate a CRC32 value with my C program but it never matches my Java value because as I understand it the java CRC32 class only handles it as bytes, so for example it always converts a zero to a decimal 48.