|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.util.GZipCompressor
public class GZipCompressor
Utility class for GZip compression.
| Constructor Summary | |
|---|---|
GZipCompressor()
|
|
| Method Summary | |
|---|---|
static byte[] |
compress(java.lang.String s)
Compresses a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GZipCompressor()
| Method Detail |
|---|
public static byte[] compress(java.lang.String s)
throws java.io.IOException
s - the String to compress
java.io.IOException
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||