Class AR

  • All Implemented Interfaces:
    AutoCloseable

    public class AR
    extends Object
    implements AutoCloseable
    The AR class is used for parsing standard 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 Elf object for performing Elf class operations.
    See Also:
    AR.ARHeader