Searched defs:putBytes (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava/src/com/google/common/hash/ |
D | PrimitiveSink.java | 43 PrimitiveSink putBytes(byte[] bytes); in putBytes() method 56 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
|
D | AbstractByteHasher.java | 68 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
|
D | Hasher.java | 55 @Override Hasher putBytes(byte[] bytes); in putBytes() method 56 @Override Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
|
D | AbstractStreamingHashFunction.java | 144 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
|
D | AbstractCompositeHashFunction.java | 62 @Override public Hasher putBytes(byte[] bytes) { in newHasher() method 69 @Override public Hasher putBytes(byte[] bytes, int off, int len) { in newHasher() method
|
D | AbstractNonStreamingHashFunction.java | 91 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
|