Package com.pff

Class LZFu


  • public class LZFu
    extends java.lang.Object
    An implementation of the LZFu algorithm to decompress RTF content
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LZFU_HEADER  
    • Constructor Summary

      Constructors 
      Constructor Description
      LZFu()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decode​(byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • LZFu

        public LZFu()