public class DG3File extends CBEFFDataGroup<FingerInfo>
EF_COM_TAG, EF_DG1_TAG, EF_DG10_TAG, EF_DG11_TAG, EF_DG12_TAG, EF_DG13_TAG, EF_DG14_TAG, EF_DG15_TAG, EF_DG16_TAG, EF_DG2_TAG, EF_DG3_TAG, EF_DG4_TAG, EF_DG5_TAG, EF_DG6_TAG, EF_DG7_TAG, EF_DG8_TAG, EF_DG9_TAG, EF_SOD_TAG
Constructor and Description |
---|
DG3File(InputStream inputStream)
Creates a new file based on an input stream.
|
DG3File(List<FingerInfo> fingerInfos)
Creates a new file with the specified records.
|
DG3File(List<FingerInfo> fingerInfos,
boolean shouldAddRandomDataIfEmpty)
Creates a new file with the specified records.
|
Modifier and Type | Method and Description |
---|---|
void |
addFingerInfo(FingerInfo fingerInfo)
Adds a finger info to this file.
|
byte[] |
getEncoded()
Gets the contents of this file as byte array,
includes the ICAO tag and length.
|
List<FingerInfo> |
getFingerInfos()
Gets the finger infos embedded in this file.
|
protected void |
readContent(InputStream inputStream)
Reads the contents of the data group from an input stream.
|
void |
removeFingerInfo(int index)
Removes a finger info from this file.
|
String |
toString()
Gets a textual representation of this file.
|
protected void |
writeContent(OutputStream outputStream)
Writes the contents of the data group to an output stream.
|
add, addAll, equals, getSubRecords, hashCode, remove, writeOptionalRandomData
getLength, getTag, readObject, writeObject
public DG3File(List<FingerInfo> fingerInfos)
fingerInfos
- recordspublic DG3File(List<FingerInfo> fingerInfos, boolean shouldAddRandomDataIfEmpty)
fingerInfos
- recordsshouldAddRandomDataIfEmpty
- whether to add random data when there are no records to encodepublic DG3File(InputStream inputStream) throws IOException
inputStream
- an input streamIOException
- on error reading from input streamprotected void readContent(InputStream inputStream) throws IOException
AbstractTaggedLDSFile
readContent
in class AbstractTaggedLDSFile
inputStream
- the input stream to read fromIOException
- on error reading from input streamprotected void writeContent(OutputStream outputStream) throws IOException
AbstractTaggedLDSFile
writeContent
in class AbstractTaggedLDSFile
outputStream
- the output stream to write toIOException
- on error writing to output streampublic String toString()
public List<FingerInfo> getFingerInfos()
public void addFingerInfo(FingerInfo fingerInfo)
fingerInfo
- the finger info to addpublic void removeFingerInfo(int index)
index
- the index of the finger info to removepublic byte[] getEncoded()
getEncoded
in interface LDSElement
Copyright © 2016. All rights reserved.