Class ByteBufChecksum.SlowByteBufChecksum

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.zip.Checksum checksum  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlowByteBufChecksum​(java.util.zip.Checksum checksum)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getValue()  
      void reset()  
      void update​(byte[] b, int off, int len)  
      void update​(int b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.zip.Checksum

        update, update
    • Field Detail

      • checksum

        protected final java.util.zip.Checksum checksum
    • Constructor Detail

      • SlowByteBufChecksum

        SlowByteBufChecksum​(java.util.zip.Checksum checksum)
    • Method Detail

      • update

        public void update​(int b)
      • update

        public void update​(byte[] b,
                           int off,
                           int len)
      • getValue

        public long getValue()
      • reset

        public void reset()