Class Blake3.ChunkState

  • Enclosing class:
    Blake3

    private static final class Blake3.ChunkState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ChunkState​(int[] key, long chunkCounter, int flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int length()  
      private Blake3.Output output()  
      private int startFlag()  
      private void update​(byte[] input, int offset, int length)  
      • Methods inherited from class java.lang.Object

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

      • chainingValue

        private int[] chainingValue
      • chunkCounter

        private final long chunkCounter
      • flags

        private final int flags
      • block

        private final byte[] block
      • blockLength

        private int blockLength
      • blocksCompressed

        private int blocksCompressed
    • Constructor Detail

      • ChunkState

        private ChunkState​(int[] key,
                           long chunkCounter,
                           int flags)
    • Method Detail

      • length

        private int length()
      • startFlag

        private int startFlag()
      • update

        private void update​(byte[] input,
                            int offset,
                            int length)