public static final class FingerprintA.Record
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
byte[] |
getAsBytes() |
static FingerprintA.Record |
newInstanceOf(byte[] recordBytes)
以指字节数组构建一条记录
|
static FingerprintA.Record |
newInstanceWith(byte[] recordBytes)
以指字节数组构建一条记录
|
java.lang.String |
toString()
仅用于调试,不提供升级后的兼容性
|
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
在类中 java.lang.Object