Class AR

java.lang.Object
org.eclipse.cdt.utils.xcoff.AR
All Implemented Interfaces:
AutoCloseable

public class AR extends Object implements AutoCloseable
The AR class is used for parsing standard XCOFF32 archive (ar) files. Each object within the archive is represented by an ARHeader class. Each of of these objects can then be turned into an XCOFF32 object for performing XCOFF32 class operations.
See Also:
  • Field Details

    • filename

      protected String filename
  • Constructor Details

    • AR

      public AR(String filename) throws IOException
      Creates a new AR object from the contents of the given file.
      Parameters:
      filename - The file to process.
      Throws:
      IOException - The file is not a valid archive.
  • Method Details