Package io.grpc.xds

Class XxHash64.ByteSupplier

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ByteSupplier()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract long bytes()  
      (package private) char next16()  
      int next32()  
      long next64()  
      (package private) abstract byte next8()  
      (package private) abstract long remaining()  
      • Methods inherited from class java.lang.Object

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

      • ByteSupplier

        private ByteSupplier()
    • Method Detail

      • next64

        public long next64()
      • next32

        public int next32()
      • next16

        char next16()
      • next8

        abstract byte next8()
      • bytes

        abstract long bytes()
      • remaining

        abstract long remaining()