Package com.yahoo.io

Class SlowInflate


  • public class SlowInflate
    extends java.lang.Object
    Author:
    Bjorn Borud
    • Constructor Summary

      Constructors 
      Constructor Description
      SlowInflate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] unpack​(byte[] compressed, int inflatedLen)  
      • Methods inherited from class java.lang.Object

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

      • SlowInflate

        public SlowInflate()
    • Method Detail

      • unpack

        public byte[] unpack​(byte[] compressed,
                             int inflatedLen)