Package com.pff
Class LZFu
- java.lang.Object
-
- com.pff.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)
-
-
-
Field Detail
-
LZFU_HEADER
public static final java.lang.String LZFU_HEADER
- See Also:
- Constant Field Values
-
-
Method Detail
-
decode
public static java.lang.String decode(byte[] data) throws PSTException
- Throws:
PSTException
-
-