Module openj9.dtfj

Class Footer

java.lang.Object
com.ibm.j9ddr.libraries.Footer
All Implemented Interfaces:
Serializable

public class Footer extends Object implements Serializable
See Also:
  • Constructor Details

    • Footer

      public Footer(int size)
  • Method Details

    • getVersion

      public int getVersion()
    • addErrorMessage

      public void addErrorMessage(String message)
    • getErrorMessages

      public String[] getErrorMessages()
    • addEntry

      public void addEntry(String path, int size, long start)
    • findEntry

      public FooterLibraryEntry findEntry(String path)
    • getEntries

      public FooterLibraryEntry[] getEntries()