Package io.grpc.xds
Class XxHash64.PlainByteSupplier
- java.lang.Object
-
- io.grpc.xds.XxHash64.ByteSupplier
-
- io.grpc.xds.XxHash64.PlainByteSupplier
-
- Enclosing class:
- XxHash64
private static class XxHash64.PlainByteSupplier extends XxHash64.ByteSupplier
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePlainByteSupplier(byte[] src)privatePlainByteSupplier(byte[] src, int offset, int len)
-
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
-
-