FingerImageRecord Class

Namespace: id3.Finger

Definition

Represents a data record for storing, recording, and transmitting the information from one or more finger image areas.
This can be used for the exchange and comparison of finger image data.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

FingerImage

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Static Methods

Name

Description

fromBuffer

Creates a FingerImageRecord from a buffer.

fromFile

Creates a FingerImageRecord from a file.

Methods

Name

Description

add

Adds an item to the FingerImageRecord object.

clear

Clears the FingerImageRecord object.

clone

Clones the FingerImageRecord object.

get

Gets an item of the FingerImageRecord object.

getCount

Gets the number of elements in the FingerImageRecord object.

removeAt

Removes an element of the FingerImageRecord object.

resize

FingerImageRecord object.

set

Sets an item of the FingerImageRecord object.

toBuffer

Exports the FingerImageRecord to a buffer.

toFile

Exports the FingerImageRecord to a file.