Package io.grpc.xds

Class XxHash64.ByteSupplier

java.lang.Object
io.grpc.xds.XxHash64.ByteSupplier
Direct Known Subclasses:
XxHash64.AsciiStringByteSupplier, XxHash64.PlainByteSupplier
Enclosing class:
XxHash64

private abstract static class XxHash64.ByteSupplier extends Object
  • Constructor Details

    • ByteSupplier

      private ByteSupplier()
  • Method Details

    • next64

      public long next64()
    • next32

      public int next32()
    • next16

      char next16()
    • next8

      abstract byte next8()
    • bytes

      abstract long bytes()
    • remaining

      abstract long remaining()