I want to see the implementation of java.util.zip.CRC32. But in this class, it uses its own c libraries for the main implementation. How can I get my own source code. I see the source code java.util.zip.CRC32, but this has no real implementation.
source
share