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 privateAsciiStringByteSupplier(java.lang.String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longbytes()bytenext8()longremaining()-
Methods inherited from class io.grpc.xds.XxHash64.ByteSupplier
next16, next32, next64
-
-
-
-
Method Detail
-
bytes
public long bytes()
- Specified by:
bytesin classXxHash64.ByteSupplier
-
remaining
public long remaining()
- Specified by:
remainingin classXxHash64.ByteSupplier
-
next8
public byte next8()
- Specified by:
next8in classXxHash64.ByteSupplier
-
-