JMRTD 0.4.5

net.sourceforge.scuba.smartcards
Class FileInfo

java.lang.Object
  extended by net.sourceforge.scuba.smartcards.FileInfo
Direct Known Subclasses:
ISOFileInfo

public abstract class FileInfo
extends Object

File information, usually returned by a select command. FIXME: work in progress...

Author:
Martijn Oostdijk (martijn.oostdijk@gmail.com)

Constructor Summary
FileInfo()
           
 
Method Summary
abstract  short getFID()
           
abstract  int getFileLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfo

public FileInfo()
Method Detail

getFID

public abstract short getFID()

getFileLength

public abstract int getFileLength()

JMRTD 0.4.5