Class ExternalBZip2CompressionProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOG  
      private static int PRIORITY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.io.InputStream bunzipper​(java.io.InputStream compressed)  
      java.io.InputStream decompress​(java.io.InputStream in)  
      java.lang.String getBzip2Cmd()  
      int priority()  
      boolean provides​(int mag1, int mag2)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        private static final java.util.logging.Logger LOG
    • Constructor Detail

      • ExternalBZip2CompressionProvider

        public ExternalBZip2CompressionProvider()