Class ByteBufChecksum.ZlibChecksumMethods

  • Enclosing class:
    ByteBufChecksum

    private static class ByteBufChecksum.ZlibChecksumMethods
    extends java.lang.Object
    on OpenJDK Adler32 and CRC32 both calls ZipUtils.loadLibrary on class init.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ZlibChecksumMethods()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ADLER32_UPDATE_METHOD

        private static final java.lang.reflect.Method ADLER32_UPDATE_METHOD
      • CRC32_UPDATE_METHOD

        private static final java.lang.reflect.Method CRC32_UPDATE_METHOD
    • Constructor Detail

      • ZlibChecksumMethods

        private ZlibChecksumMethods()