voldemort.store.compress.lzf
Class LZF

java.lang.Object
  extended by voldemort.store.compress.lzf.LZF

public class LZF
extends java.lang.Object

Simple command-line utility that can be used for testing LZF compression.


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

Constructor Detail

LZF

public LZF()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao