Class AR

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

public class AR extends Object implements AutoCloseable
The AR class is used for parsing standard SOM archive (ar) files.
  • Field Details

  • 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