Class 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:
    AR.MemberHeader