public static final class FingerprintA.Record
extends java.lang.Object
newInstanceOf(byte[])
,
newInstanceWith(byte[])
,
FingerprintA
Modifier and Type | Method and Description |
---|---|
byte[] |
getAsBytes() |
static FingerprintA.Record |
newInstanceOf(byte[] recordBytes)
Generate an instance object by specified information of parameter
|
static FingerprintA.Record |
newInstanceWith(byte[] recordBytes)
Generate an instance object by specified information of parameter
|
java.lang.String |
toString()
is only used for debuging, not offers compatibility after upgrading
|
public static final FingerprintA.Record newInstanceOf(byte[] recordBytes)
recordBytes
- length=32public static final FingerprintA.Record newInstanceWith(byte[] recordBytes)
recordBytes
- length<=32,若长度小于32,则剩余部分自动以字节0x00补齐。public byte[] getAsBytes()
public java.lang.String toString()
toString
in class java.lang.Object