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 private
PlainByteSupplier(byte[] src)
private
PlainByteSupplier(byte[] src, int offset, int len)
-
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
-
-