com.ning.compress.lzf
Class LZF

java.lang.Object
  extended by 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:
[email protected]

Field Summary
static String SUFFIX
           
 
Constructor Summary
LZF()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUFFIX

public static final String SUFFIX
See Also:
Constant Field Values
Constructor Detail

LZF

public LZF()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.