Uses of Class
gw.util.fingerprint.FP64
Packages that use FP64
-
Uses of FP64 in gw.util.fingerprint
Methods in gw.util.fingerprint that return FP64Modifier and TypeMethodDescriptionFP64.extend(byte b) Extends this fingerprint by the byteb.FP64.extend(byte[] bytes) Extends this fingerprint by the bytesFP64.extend(byte[] bytes, int start, int len) Extends this fingerprint by the bytesbytes[offset]..bytes[offset+length-1].FP64.extend(char c) Extends this fingerprint by the characterc.FP64.extend(char[] chars) Extends this fingerprint by the characterschars[start]..chars[start+length-1].FP64.extend(char[] chars, int start, int len) Extends this fingerprint by the characterschars[start]..chars[start+length-1].FP64.extend(int i) Extends this fingerprint by the integeri.FP64.extend(long i) Extends this fingerprint by the integeri.FP64.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.FP64.extend(ByteBuffer buffer) Constructors in gw.util.fingerprint with parameters of type FP64