Package io.grpc.xds
Class XxHash64.AsciiStringByteSupplier
- java.lang.Object
-
- io.grpc.xds.XxHash64.ByteSupplier
-
- io.grpc.xds.XxHash64.AsciiStringByteSupplier
-
- Enclosing class:
- XxHash64
private static class XxHash64.AsciiStringByteSupplier extends XxHash64.ByteSupplier
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AsciiStringByteSupplier(java.lang.String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
bytes()
byte
next8()
long
remaining()
-
Methods inherited from class io.grpc.xds.XxHash64.ByteSupplier
next16, next32, next64
-
-
-
-
Method Detail
-
bytes
public long bytes()
- Specified by:
bytes
in classXxHash64.ByteSupplier
-
remaining
public long remaining()
- Specified by:
remaining
in classXxHash64.ByteSupplier
-
next8
public byte next8()
- Specified by:
next8
in classXxHash64.ByteSupplier
-
-