Home
last modified time | relevance | path

Searched defs:putBytes (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DPrimitiveSink.java43 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
56 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
DAbstractByteHasher.java68 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
75 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
DHasher.java55 @Override Hasher putBytes(byte[] bytes); in putBytes() method
56 @Override Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
DAbstractStreamingHashFunction.java144 public final Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
149 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
153 private Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
DAbstractCompositeHashFunction.java62 @Override public Hasher putBytes(byte[] bytes) { in newHasher() method
69 @Override public Hasher putBytes(byte[] bytes, int off, int len) { in newHasher() method
DAbstractNonStreamingHashFunction.java91 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
101 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher