com.groiss.util
Class Zip

java.lang.Object
  extended by com.groiss.util.Zip

public class Zip
extends java.lang.Object


Constructor Summary
Zip()
           
 
Method Summary
static java.lang.Object unzip(byte[] zipped)
           
static byte[] zip(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zip

public Zip()
Method Detail

zip

public static byte[] zip(java.lang.Object o)
                  throws java.lang.Exception
Throws:
java.lang.Exception

unzip

public static java.lang.Object unzip(byte[] zipped)
                              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.