public class DG2File extends CBEFFDataGroup<FaceInfo>
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 |
---|
DG2File(InputStream inputStream)
Creates a new file based on an input stream.
|
DG2File(List<FaceInfo> faceInfos)
Creates a new file with the specified records.
|
Modifier and Type | Method and Description |
---|---|
void |
addFaceInfo(FaceInfo faceInfo)
Adds a face info to this file.
|
byte[] |
getEncoded()
Gets the contents of this file as byte array,
includes the ICAO tag and length.
|
List<FaceInfo> |
getFaceInfos()
Gets the face infos embedded in this file.
|
protected void |
readContent(InputStream inputStream)
Reads the contents of the data group from an input stream.
|
void |
removeFaceInfo(int index)
Removes a face 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 DG2File(List<FaceInfo> faceInfos)
faceInfos
- recordspublic DG2File(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<FaceInfo> getFaceInfos()
public void addFaceInfo(FaceInfo faceInfo)
faceInfo
- the face info to addpublic void removeFaceInfo(int index)
index
- the index of the face info to removepublic byte[] getEncoded()
getEncoded
in interface LDSElement
Copyright © 2016. All rights reserved.