public class IrisBiometricSubtypeInfo extends AbstractListInfo<IrisImageInfo>
| Modifier and Type | Field and Description |
|---|---|
static int |
EYE_LEFT
Biometric subtype value.
|
static int |
EYE_RIGHT
Biometric subtype value.
|
static int |
EYE_UNDEF
Biometric subtype value.
|
| Constructor and Description |
|---|
IrisBiometricSubtypeInfo(InputStream in,
int imageFormat)
Constructs an iris biometric subtype from binary encoding.
|
IrisBiometricSubtypeInfo(int biometricSubtype,
int imageFormat,
List<IrisImageInfo> irisImageInfos)
Constructs a biometric subtype info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIrisImageInfo(IrisImageInfo irisImageInfo)
Adds an iris image info to this iris biometric subtype info.
|
int |
getBiometricSubtype()
The biometric subtype (feature identifier).
|
int |
getImageFormat()
Gets the image format used in the images encoded in this record.
|
List<IrisImageInfo> |
getIrisImageInfos()
Gets the iris image infos embedded in this iris biometric subtype info.
|
long |
getRecordLength()
Gets the record length.
|
void |
readObject(InputStream inputStream)
Reads an iris biometric subtype from input stream.
|
void |
removeIrisImageInfo(int index)
Removes an iris image info from this iris biometric subtype info.
|
String |
toString() |
void |
writeObject(OutputStream outputStream)
Writes an iris biometric subtype to output stream.
|
add, addAll, equals, getSubRecords, hashCode, removegetEncodedpublic static final int EYE_UNDEF
public static final int EYE_RIGHT
public static final int EYE_LEFT
public IrisBiometricSubtypeInfo(int biometricSubtype,
int imageFormat,
List<IrisImageInfo> irisImageInfos)
public IrisBiometricSubtypeInfo(InputStream in, int imageFormat) throws IOException
in - an input streamimageFormat - the image format usedIOException - if reading failspublic void readObject(InputStream inputStream) throws IOException
readObject in class AbstractListInfo<IrisImageInfo>inputStream - an input streamIOException - if reading failspublic void writeObject(OutputStream outputStream) throws IOException
writeObject in class AbstractListInfo<IrisImageInfo>outputStream - an output streamIOException - if writing failspublic long getRecordLength()
public int getBiometricSubtype()
public int getImageFormat()
public List<IrisImageInfo> getIrisImageInfos()
public void addIrisImageInfo(IrisImageInfo irisImageInfo)
irisImageInfo - the iris image info to addpublic void removeIrisImageInfo(int index)
index - the index of the iris image info to removeCopyright © 2016. All rights reserved.