com.pff
Class LZFu

java.lang.Object
  extended by com.pff.LZFu

public class LZFu
extends java.lang.Object

An implementation of the LZFu algorithm to decompress RTF content


Field Summary
static java.lang.String LZFU_HEADER
           
 
Constructor Summary
LZFu()
           
 
Method Summary
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
 

Field Detail

LZFU_HEADER

public static final java.lang.String LZFU_HEADER
See Also:
Constant Field Values
Constructor Detail

LZFu

public LZFu()
Method Detail

decode

public static java.lang.String decode(byte[] data)
                               throws PSTException
Throws:
PSTException