JMRTD 0.4.5

org.jmrtd.lds
Class DG7File

java.lang.Object
  extended by org.jmrtd.lds.PassportFile
      extended by org.jmrtd.lds.DataGroup
          extended by org.jmrtd.lds.DG7File

public class DG7File
extends DataGroup

File structure for the EF_DG7 file.

Version:
$Revision: 1208 $
Author:
Martijn Oostdijk (martijn.oostdijk@gmail.com)

Field Summary
 
Fields inherited from class org.jmrtd.lds.PassportFile
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 Summary
DG7File()
           
DG7File(InputStream in)
           
 
Method Summary
 byte[] getEncoded()
          TODO: can be concrete method here.
 List<DisplayedImageInfo> getImages()
          Gets the images.
 int getTag()
          The data group tag.
 String toString()
          Gets a textual representation of this file.
 
Methods inherited from class org.jmrtd.lds.DataGroup
getLength
 
Methods inherited from class org.jmrtd.lds.PassportFile
createPassportFile, lookupDataGroupNumberByTag, lookupFIDByDataGroupNumber, lookupFIDByTag, lookupTagByDataGroupNumber, lookupTagByFID, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DG7File

public DG7File()

DG7File

public DG7File(InputStream in)
Method Detail

getTag

public int getTag()
Description copied from class: DataGroup
The data group tag.

Overrides:
getTag in class DataGroup
Returns:
the tag of the data group

getEncoded

public byte[] getEncoded()
TODO: can be concrete method here.

Returns:
a byte array containing the file

toString

public String toString()
Description copied from class: DataGroup
Gets a textual representation of this file.

Returns:
a textual representation of this file

getImages

public List<DisplayedImageInfo> getImages()
Gets the images.

Returns:
images

JMRTD 0.4.5