Class BaseFormat

    • Constructor Detail

      • BaseFormat

        public BaseFormat()
    • Method Detail

      • applyFormatOptions

        protected org.apache.commons.compress.archivers.ArchiveOutputStream applyFormatOptions​(org.apache.commons.compress.archivers.ArchiveOutputStream s,
                                                                                               Map<String,​Object> o)
                                                                                        throws IOException
        Apply options to archive output stream
        Parameters:
        s - stream to apply options to
        o - options map
        Returns:
        stream with option applied
        Throws:
        IOException