Interface ElementaryFile


  • public interface ElementaryFile
    Calypso Elementary File.
    Since:
    1.0.0
    • Method Detail

      • 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 not null data reference.
        Since:
        1.0.0