Uses of Interface
org.calypsonet.terminal.calypso.card.ElementaryFile
-
Packages that use ElementaryFile Package Description org.calypsonet.terminal.calypso.card Calypso card data structures and selection API. -
-
Uses of ElementaryFile in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card that return ElementaryFile Modifier and Type Method Description ElementaryFile
CalypsoCard. getFileByLid(short lid)
Returns a reference to theElementaryFile
that has the provided LID value.ElementaryFile
CalypsoCard. getFileBySfi(byte sfi)
Returns a reference to theElementaryFile
that has the provided SFI.Methods in org.calypsonet.terminal.calypso.card that return types with arguments of type ElementaryFile Modifier and Type Method Description java.util.Map<java.lang.Byte,ElementaryFile>
CalypsoCard. getAllFiles()
Deprecated.Since an EF may not have an SFI, theCalypsoCard.getFiles()
method must be used instead.java.util.Set<ElementaryFile>
CalypsoCard. getFiles()
Returns a reference to the set of all known Elementary Files contains inside the current DF.
-