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
  • Field Details

    • src

      private final byte[] src
    • len

      private final int len
    • pos

      private int pos
    • remain

      private int remain
  • Constructor Details

    • PlainByteSupplier

      private PlainByteSupplier(byte[] src)
    • PlainByteSupplier

      private PlainByteSupplier(byte[] src, int offset, int len)
  • Method Details