Class ArArchiveOutputStream

    • Field Detail

      • LONGFILE_ERROR

        public static final int LONGFILE_ERROR
        Fail if a long file name is required in the archive.
        See Also:
        Constant Field Values
      • LONGFILE_BSD

        public static final int LONGFILE_BSD
        BSD ar extensions are used to store long file names in the archive.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ArArchiveOutputStream

        public ArArchiveOutputStream​(OutputStream pOut)