CRC32

View: New views
1 Messages — Rating Filter:   Alert me  

CRC32

by StudentB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.