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