Class BaseFormat

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.commons.compress.archivers.ArchiveOutputStream applyFormatOptions​(org.apache.commons.compress.archivers.ArchiveOutputStream s, java.util.Map<java.lang.String,​java.lang.Object> o)
      Apply options to archive output stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseFormat

        public BaseFormat()
    • Method Detail

      • applyFormatOptions

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