Hi i want to see implementation of java.util.zip.CRC32. But within this class its using native c library functions for core implementation.How can I get the native source code. I can see the java.util.zip.CRC32 source code, but this doesn't have the actual implementation.
Wasn't it released under community source ? Atleast 1.3 was
nos
2010-01-29 13:10:26
+2
A:
You must ask SUN, I mean Oracle about having the source code... :-/
You can try the source code for Java 6 at this download page. CRC32 should not have changed much between Java 1.4 and 6.
Carlos Heuberger
2010-01-29 13:58:21