com.trackstudio.tools
Class Zip

java.lang.Object
  extended by com.trackstudio.tools.Zip
All Implemented Interfaces:
java.io.Serializable

public class Zip
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Zip()
           
 
Method Summary
static byte[] compress(java.lang.String name, java.lang.String content)
           
static byte[] compress(java.lang.String name, java.lang.String content, java.lang.String encoding)
           
 
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

compress

public static byte[] compress(java.lang.String name,
                              java.lang.String content)
                       throws GranException
Throws:
GranException

compress

public static byte[] compress(java.lang.String name,
                              java.lang.String content,
                              java.lang.String encoding)
                       throws GranException
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.