Package com.ning.compress.lzf
Class LZF
- java.lang.Object
-
- com.ning.compress.lzf.LZF
-
public class LZF extends java.lang.ObjectSimple command-line utility that can be used for testing LZF compression, or as rudimentary command-line tool. Arguments are the same as used by the "standard" lzf command line tool
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSUFFIX
-
Constructor Summary
Constructors Constructor Description LZF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected voidprocess(java.lang.String[] args)
-
-
-
Field Detail
-
SUFFIX
public static final java.lang.String SUFFIX
- See Also:
- Constant Field Values
-
-