Interface ElementaryFile


public interface ElementaryFile
Calypso Elementary File.
Since:
1.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The different types of EF.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the file data.
    Gets the file header.
    byte
    Gets the associated SFI.
  • Method Details

    • getSfi

      byte getSfi()
      Gets the associated SFI.
      Returns:
      The SFI.
      Since:
      1.0.0
    • getHeader

      FileHeader getHeader()
      Gets the file header.
      Returns:
      Null if header is not yet set.
      Since:
      1.0.0
    • getData

      FileData getData()
      Gets the file data.
      Returns:
      A non-null data reference.
      Since:
      1.0.0