Class BZip2Decompressor


  • public final class BZip2Decompressor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int decompress​(byte[] destination, int decompressedSize, byte[] source, int offset)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decompress

        public static int decompress​(byte[] destination,
                                     int decompressedSize,
                                     byte[] source,
                                     int offset)