my.usm.gcl.ddbms.client.utils
Class Compression

java.lang.Object
  extended by my.usm.gcl.ddbms.client.utils.Compression

public class Compression
extends java.lang.Object


Constructor Summary
Compression()
           
 
Method Summary
static byte[] compress(byte[] input)
           
static byte[] decompress(byte[] input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compression

public Compression()
Method Detail

compress

public static byte[] compress(byte[] input)

decompress

public static byte[] decompress(byte[] input)
                         throws java.lang.Exception
Throws:
java.lang.Exception