Uses of Class
manifold.api.util.fingerprint.Fingerprint
Packages that use Fingerprint
-
Uses of Fingerprint in manifold.api.util.fingerprint
Methods in manifold.api.util.fingerprint that return FingerprintModifier and TypeMethodDescriptionFingerprint.extend(byte b) Extends this fingerprint by the byteb.Fingerprint.extend(byte[] bytes) Extends this fingerprint by the bytesFingerprint.extend(byte[] bytes, int start, int len) Extends this fingerprint by the bytesbytes[offset]..bytes[offset+length-1].Fingerprint.extend(char c) Extends this fingerprint by the characterc.Fingerprint.extend(char[] chars) Extends this fingerprint by the characterschars[start]..chars[start+length-1].Fingerprint.extend(char[] chars, int start, int len) Extends this fingerprint by the characterschars[start]..chars[start+length-1].Fingerprint.extend(int i) Extends this fingerprint by the integeri.Fingerprint.extend(long i) Extends this fingerprint by the integeri.Fingerprint.extend(InputStream stream) Extends this fingerprint by the bytes of the streamstream, which must be non-null.Extends this fingerprint by the characters of the Strings, which must be non-null.Fingerprint.extend(ByteBuffer buffer) Constructors in manifold.api.util.fingerprint with parameters of type FingerprintModifierConstructorDescriptionInitializes this fingerprint to a copy offp, which must be non-null.