Package com.ning.compress.lzf
Class LZF
- java.lang.Object
-
- com.ning.compress.lzf.LZF
-
public class LZF extends java.lang.Object
Simple 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.String
SUFFIX
-
Constructor Summary
Constructors Constructor Description LZF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
protected void
process(java.lang.String[] args)
-
-
-
Field Detail
-
SUFFIX
public static final java.lang.String SUFFIX
- See Also:
- Constant Field Values
-
-